Processed: Re: cpp-3.2: _Pragma within macros is improperly expanded

2002-11-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: reopen 157416 Bug#157416: [fixed in 3.3] cpp: _Pragma within macros is improperly expanded Bug reopened, originator not changed. thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

Bug#157416: cpp-3.2: _Pragma within macros is improperly expanded

2002-11-10 Thread Andrew Suffield
reopen 157416 thanks Nope, still not right. Here's a new case where it breaks: == [EMAIL PROTECTED]:~/tmp$ cat foo.c #define ALPHA(A) alpha_ ## A #define BETA(B) beta_ ## B #define GAMMA(C) _Pragma(moose) ALPHA(C) BETA(C) GAMMA(baz); [EMAIL PROTECTED]:~/tmp$ cpp-3.2 foo.c # 1 foo.c # 1 built-in