> you can't declare a variable except at the top
of a block. Newer
> compilers let you, and I think C99 supports it. Don't count on it
> yet, too many people with old compilers.
Yes. That'll be it. Dang. I've obviously been
doing too much C++
recently... I'll fix it and put out another release...
For gcc3 at least, CFLAGS=-std=gnu99 makes this work. Personally I like
it, maybe its time to switch to gcc3?