This is the mail archive of the gcc@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]

Fixincludes removing comments from FlexLexer.h



I notice that we're removing C++-style comments from C++ source-files.

In particular, /usr/include/FlexLexer.h on my RH6.0 system is getting
all its comments stripped; since this file is C++ this is silly.  The
same seems to be happenning to my existing libstdc++ installation in
/usr/include.  We need to find a way to fix this.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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