This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ alternative tokens in the preprocessor
- To: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Subject: Re: C++ alternative tokens in the preprocessor
- From: Jamie Lokier <egcs at tantalophile dot demon dot co dot uk>
- Date: Wed, 26 Jul 2000 03:49:11 +0200
- Cc: zack at wolery dot cumb dot org, gcc at gcc dot gnu dot org
- References: <200007180742.JAA29205@loewis.home.cs.tu-berlin.de> <20000718011537.K7027@wolery.cumb.org> <200007181850.UAA01051@loewis.home.cs.tu-berlin.de> <20000718124510.U7027@wolery.cumb.org> <200007182041.WAA01826@loewis.home.cs.tu-berlin.de>
Martin v. Loewis wrote:
> > a.cc:1:9: "and" is not a legal macro name in C++
>
> I'd appreciate comments and recommendations from native speakers of
> the English language what terminology would be acceptable.
How about:
a.cc:1:1: "and" is not a permitted macro name in C++
-- Jamie