RFC: C/C++ preprocessor macro support for GDB
Neil Booth
neil@daikokuya.demon.co.uk
Mon Mar 18 11:18:00 GMT 2002
Neil Booth wrote:-
> #define A(x) x A(A)(1)
That was meant to read
#define A(x) x
A(A)(1)
of course.
Neil.
More information about the Gcc
mailing list