Date: Sun, 23 Mar 1997 14:52:31 +0300 (IDT) From: Eli Zaretskii To: Benjamin D Chambers cc: djgpp AT delorie DOT com Subject: Re: DJGPP compatibility In-Reply-To: <19970321.194200.4631.11.chambersb@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 21 Mar 1997, Benjamin D Chambers wrote: > Djgpp is not by _default_ 100% ANSI C compliant, though it can be. Just > add the switches -ansi and -pedantic to the command line. This is not entirely correct. You don't need -ansi -pedantic to make gcc *accept* an ANSI C program. You only need these options if you want gcc to *reject* programs that use non-ANSI extensions.