On Sun, 25 Jul 2004 17:33:19 -0500, James Hawkins wrote:
What part of the code is only availabe in C99? I'll try to fix it so we can be compatible with other compilers.
You can't declare variables in the middle of a block. They have to go at the start.