PP: Fix issue #407; handle empty identifier.
The sequence #define m() int m" creates a token of no length (a string of 0 size). Protect against a string of 0 size as well as the existing protect against a null string.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
#define m#0#
|
||||
#if m
|
||||
|
||||
#define n()
|
||||
int n"
|
||||
Reference in New Issue
Block a user