nanogui@linuxhacker.org
nanogui@linuxhacker.org
Alessandro Rubini wrote:
>> A) Does anyone know of a GCC command-line option to re-allow
>> C++ comments within a C file even when the "-ansi" option is
>> given?
>
> Looks like it's not there. From info files:
>
>> However, C++ style comments are not recognized if you specify `-ansi'
>> or `-traditional', since they are incompatible with traditional
>> constructs like `dividend//*comment*/divisor'.
That's as far as I got also. :-( Thanks for the confirmation!
I didn't know if there was a "-W" like tweak to turn it back on
which I didn't see. Looks like I'll just have to convert the
comments and give 'em back to Greg. :-)
BAT
--
Brent A. Thompson, Next Level Communications <www.nlc.com>
1776 22nd Street #100, West Des Moines, IA 50266-1444
EMail: <Thompson@nlc.com>, Phone: (515)991-3853
nanogui@linuxhacker.org