André Malo wrote:
* Paul Querna wrote:

Ruediger Pluem wrote:

This does not work on ANSI C compilers. Declarations need to be at the
start of the block.
Then lets not support them.

C90 required that variable decls came before code, but IIRC C99 style
mid-function declarations should work on pretty much all modern
platforms, aka anything with GCC or MSVC.

-1.
"IIRC" and "pretty much all modern" are both bad reasons for being sloppy ;-)

IIRC ( >:-> ) the AIX compiler actually doesn't like it, but other people know that better.

Then lets not support AIX :-)

Paul

Reply via email to