Files
mesa/tests/036-define-func-non-macro-multi-token-argument.c
T
Carl Worth 5d21142545 Like previous fix, but for object-like macros (and add a test).
The support for an object-like amcro within a macro-invocation
argument was also implemented at one level too high in the
grammar. Fortunately, this is a very simple fix.
2010-05-19 07:57:03 -07:00

4 lines
51 B
C

#define bar success
#define foo(x) x
foo(more bar)