PP: Fix #1694: Handle badly formed argument substitution.
Also added a warning for no space after a macro name.
This commit is contained in:
parent
d83344fc4e
commit
9840f11f85
7 changed files with 35 additions and 7 deletions
3
Test/cppBad3.vert
Normal file
3
Test/cppBad3.vert
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#define f =y(.
|
||||
#define y(m)
|
||||
y(f)
|
||||
Loading…
Add table
Add a link
Reference in a new issue