0706d195ef
In K&R (pure) C all variables used in a context must be declared before the first executable phrase. gcc allowed this C/C++ crossover many years ago. But compilers, like MSVC, will bark at this problems with a quite weird difficult to understand, error message! This small re-arrangement of the code fixes that... |
||
---|---|---|
.. | ||
tab2space.c | ||
test71.cxx | ||
tidy.c |