From: cuz Date: Tue, 25 Jul 2000 21:31:54 +0000 (+0000) Subject: Bumped the .IF nesting to 256 X-Git-Tag: V2.12.0~3319 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ee142c7c2fd007c55d186c1379547be4c912e77;p=cc65 Bumped the .IF nesting to 256 git-svn-id: svn://svn.cc65.org/cc65/trunk@198 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ca65/condasm.c b/src/ca65/condasm.c index 82b738c44..77fdc0758 100644 --- a/src/ca65/condasm.c +++ b/src/ca65/condasm.c @@ -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 {