-
PP: Fix issue #407; handle empty identifier. · 11e1a073John Kessenich authored
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.
11e1a073
×