fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Code contains declarations which aren't at the start of a block #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in "expression.c", you have several routines that define variables after a
bit of code, such as in ExpressionStackPushValueByType(). My compiler does
not allow this as it enforces strict C compliance.

Original issue reported on code.google.com by zik.sale...@gmail.com on 2 Jun 2009 at 12:51

GoogleCodeExporter commented 8 years ago
The code is now fully ISO C99 compliant as of r320.

Original comment by zik.sale...@gmail.com on 2 Jun 2009 at 7:51