This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: agressive fixincludes
- To: per at bothner dot com (Per Bothner)
- Subject: Re: agressive fixincludes
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Tue, 23 Nov 1999 16:23:40 +0000 (GMT)
- Cc: ddsinc09 at ix dot netcom dot com, gcc at gcc dot gnu dot org
> 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
;