Re: Re: Optional args in C code.

"Mark Hahn" <[email protected]> Mon, 3 May 2004 12:29:16 -0700
Newsgroups gmane.comp.lang.prothon.devel
Message-ID <[email protected]>
Joe Knapka wrote:

> SVN problems fixed, code committed.

What C compiler lets you declare vars in the middle of code?  I've never
seen such a thing.  While that's a really cool feature, we are restricting
the code to ansii C and our compilers choke on that.  I'm almost done fixing
your submission, but in the future please restrict your code to ansii C
also.  Maybe there's an option in your compiler for that?