From 5ee142c7c2fd007c55d186c1379547be4c912e77 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 25 Jul 2000 21:31:54 +0000 Subject: [PATCH] Bumped the .IF nesting to 256 git-svn-id: svn://svn.cc65.org/cc65/trunk@198 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/ca65/condasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5