This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -traditional comment elimination (yuk...)
- To: Jamie Lokier <egcs at tantalophile dot demon dot co dot uk>
- Subject: Re: -traditional comment elimination (yuk...)
- From: Dave Brolley <brolley at redhat dot com>
- Date: Thu, 11 May 2000 12:16:06 -0400
- CC: Neil Booth <NeilB at earthling dot net>, Zack Weinberg <zack at wolery dot cumb dot org>, gcc at gcc dot gnu dot org
- Organization: Cygnus Solutions, a Red Hat Company
- References: <E12pqC9-0007mW-00@monkey.rosenet.ne.jp> <20000511180429.J10735@pcep-jamie.cern.ch>
Jamie Lokier wrote:
>
> Neil Booth wrote:
> > &/**/& <&&> <&><&> <&&>
> > foo/**/bar <foo><bar> <foo><bar> <foobar>
> > 123/**/.456 <123><.456> <123><.456> <123.456>
>
> Which brings up the interesting question of what
>
> &//
> &
>
> should mean :-)
Two separate & tokens, since the newline ends the comment but is
not part of it.
Dave