Made the C preprocessor #if nesting stack have 256 levels.
Closes #1523.
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
unsigned char Preprocessing = 0;
|
||||
|
||||
/* Management data for #if */
|
||||
#define MAX_IFS 64
|
||||
#define MAX_IFS 256
|
||||
#define IFCOND_NONE 0x00U
|
||||
#define IFCOND_SKIP 0x01U
|
||||
#define IFCOND_ELSE 0x02U
|
||||
|
||||
Reference in New Issue
Block a user