28 Apr
2008
28 Apr
'08
12:30 a.m.
2008/4/27 Vladimir Volovich
plus, there are a few other changes in the patch, not related to variable declarations.
Methinks we should add this to the CFLAGS: -Wdeclaration-after-statement (C only) Warn when a declaration is found after a statement in a block. This construct, known from C++, was introduced with ISO C99 and is by default allowed in GCC. It is not supported by ISO C90 and was not supported by GCC versions before GCC 3.0. Best Martin PS: http://marc.info/?l=lua-l&m=120933425827050&w=2 :-)