Stupid pre-processor bug #6981: Don't avoid recursively
commit28fb2a821860f59a82c069456981986247ba9eb6
authorLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 21 May 2003 01:10:28 +0000 (20 18:10 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:43 +0000 (7 21:00 -0700)
treec3a47f7fe2f24d5c4e960eb232d394069c6375e5
parent329a0557d1734703b6e1d8984122df9a4f400440
Stupid pre-processor bug #6981: Don't avoid recursively
expanding the arguments, just the macro body. Otherwise
a simple

#define A(x) xx(x)
A(A(x))

would decide that the "inner" A(x) was a recursive expansion.
pre-process.c