This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Change in preprocessor behavior
- From: Devang Patel <dpatel at apple dot com>
- To: Neil Booth <neil at daikokuya dot co dot uk>
- Cc: Devang Patel <dpatel at apple dot com>, Stephen Lindholm <lindholm at CS dot Stanford dot EDU>, gcc at gcc dot gnu dot org
- Date: Thu, 2 Jan 2003 13:03:34 -0800
- Subject: Re: Change in preprocessor behavior
On Monday, December 30, 2002, at 02:51 PM, Neil Booth wrote:
Stephen Lindholm wrote:-
thrush:~% cpp test2
# 1 "test2"
struct command commands[] =
{
{ #quit, quit ## _command },
{ #help, help ## _command },
};
Contrary to your claim, I suspect you're using cpp -traditional, no?
I guess yes he is, (but indirectly). In Mac OS X, /usr/bin/cpp is a shell
script and it adds -traditional.
-Devang