Made the C preprocessor #if nesting stack have 256 levels.
Closes #1523.
This commit is contained in:
parent
ee5014c595
commit
0d3c827d80
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue