View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000196 | Ecere SDK | compiler | public | 2009-05-03 06:10 | 2014-07-11 18:25 |
Reporter | jerome | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Target Version | 0.46 eC II | ||||
Summary | 0000196: Identifier versus Type conflicts, the following seems to compile fine in C but generate syntax errors in eC: | ||||
Description | typedef struct { int a; } data; typedef struct { int data; } Cool; void Test() { Cool b; b.data = 4; } | ||||
Tags | No tags attached. | ||||