'defined' cannot be used as a macro name in #define or #undef.
This commit is contained in:
parent
d6c37b190b
commit
7d3b73bfff
5 changed files with 9 additions and 0 deletions
2
Test/preprocessor.defined.vert
Normal file
2
Test/preprocessor.defined.vert
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define defined_not_really
|
||||
#define defined // ERROR: "defined" can't be (un)defined:
|
||||
Loading…
Add table
Add a link
Reference in a new issue