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]

Re: agressive fixincludes


> The first question is: Is there any reason to fix C++-style comments
> *at all*?  If they work for C, C++, and Objective-C, why do we bother
> fixing them?

It doesn't work for C.  It does work for recent versions of Gnu C.

a = b //* This is a comment */
c;

a=a//* Note that division acts differently than shifts for signed values. */2
;


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