From e9b132ef171114b0384ef30d6630db22d2b47e5d Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 17 Apr 2026 21:22:15 +0200 Subject: cpp: increment conditionals nesting limit --- src/c_lex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/c_lex.c b/src/c_lex.c index 970fac9..d1cbd55 100644 --- a/src/c_lex.c +++ b/src/c_lex.c @@ -1662,7 +1662,7 @@ static struct PPCond { int filedepth; uchar cnd; bool elsep; -} ppcndstk[32]; +} ppcndstk[64]; static int nppcnd; static int includedepth; -- cgit v1.2.3