mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Bumped the .IF nesting to 256
git-svn-id: svn://svn.cc65.org/cc65/trunk@198 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
37d5209996
commit
5ee142c7c2
@ -48,7 +48,7 @@
|
||||
|
||||
|
||||
/* Maximum count of nested .ifs */
|
||||
#define MAX_IFS 32
|
||||
#define MAX_IFS 256
|
||||
|
||||
/* Set of bitmapped flags for the if descriptor */
|
||||
enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user