This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -traditional comment elimination (yuk...)
- To: Neil Booth <NeilB at earthling dot net>
- Subject: Re: -traditional comment elimination (yuk...)
- From: Jamie Lokier <egcs at tantalophile dot demon dot co dot uk>
- Date: Thu, 11 May 2000 18:04:29 +0200
- Cc: Zack Weinberg <zack at wolery dot cumb dot org>, gcc at gcc dot gnu dot org
- References: <E12pqC9-0007mW-00@monkey.rosenet.ne.jp>
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 :-)
-- Jamie