PP: Fix #1694: Handle badly formed argument substitution.
Also added a warning for no space after a macro name.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#define m#0#
|
||||
#define n#0#
|
||||
#define m #0#
|
||||
#if m
|
||||
#endif
|
||||
#define n()
|
||||
|
||||
Reference in New Issue
Block a user