Date: Fri, 6 Sep 2002 21:34:16 -0400 Message-Id: <200209070134.g871YGP03030@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: julian AT doomworld DOT com CC: djgpp AT delorie DOT com In-reply-to: <3d795645$0$24320$79c14f64@nan-newsreader-02.noos.net> (julian AT doomworld DOT com) Subject: Re: No new line at end of file? References: <3d71a27d DOT 23705885 AT news DOT nzwide DOT ihug DOT co DOT nz> <3d746b3c DOT 3046168 AT news DOT nzwide DOT ihug DOT co DOT nz> <3d795645$0$24320$79c14f64 AT nan-newsreader-02 DOT noos DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Even if this was part of the standard, what are options like --ansi for if > not to get rid of COBOL-like 'features'? http://gcc.gnu.org/onlinedocs/gcc-3.1.1/gcc/C-Dialect-Options.html "This turns off certain features of GCC that are incompatible with ISO C89 (when compiling C code), or of standard C++ (when compiling C++ code), such as the asm and typeof keywords, and predefined macros such as unix and vax that identify the type of system you are using. It also enables the undesirable and rarely used ISO trigraph feature. For the C compiler, it disables recognition of C++ style // comments as well as the inline keyword."