View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000588 | LDMud 3.3 | LPC Compiler/Preprocessor | public | 2008-12-18 09:12 | 2011-02-23 22:02 |
| Reporter | _xtian_ | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | confirmed | Resolution | open | ||
| Platform | x64 | OS | linux | OS Version | debian/lenny |
| Product Version | 3.3 | ||||
| Target Version | 3.3.721 | ||||
| Summary | 0000588: function declaration after definition | ||||
| Description | The following code doesnt compile with the error: "Redeclaration of function bla." --- void bla() { } void bla(); --- LPC does not like declarations after the definition. It seems to me that the redeclaration should be valid if it is identical to the definition. | ||||
| Tags | No tags attached. | ||||