This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C preprocessor failure


Alexandre Oliva wrote:- > But you must agree that an `#endif' inside a string doesn't count as a > real `#endif', right? :-) Right, but that's true automatically on K&R compilers since directives begin in column 1, and multi-line comments are invalid. Here we see a GCC extension getting in the way again <g>. Neil.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]