5d21142545
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.
4 lines
51 B
C
4 lines
51 B
C
#define bar success
|
|
#define foo(x) x
|
|
foo(more bar)
|