PP: don't give errors on some tokens under #if 0 (or similar).
Fixes #1295. Tokens that are accepted by any version of HLSL or GLSL should be allowed when #ifdef'd off, such that errors are not reported.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#define m#0#
|
||||
#if m
|
||||
|
||||
#endif
|
||||
#define n()
|
||||
int n"
|
||||
Reference in New Issue
Block a user