glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.
The original intention was to use #ifdef.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#if UNDEF
|
||||
#ifdef UNDEF
|
||||
#if UNDEF > 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user