macros with traditional cpp

Philip Blundell philb@gnu.org
Sun Sep 24 12:48:00 GMT 2000


The preprocessor used to accept code like this both with and without 
-traditional:

	#define foo(x...) x
	foo(one,two)

Now, -traditional causes an error like:

t.c:1: badly punctuated parameter list in #define

Is this intentional?

Thanks

p.




More information about the Gcc mailing list