From c46cf79c791821ea92326b0de68912000b9bb811 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Fri, 14 Jul 2017 21:07:23 -0500 Subject: [PATCH] Increase the maximum allowed number of local variables from 200 to 220. --- CGI.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGI.pas b/CGI.pas index 31d35c9..70d3d8d 100644 --- a/CGI.pas +++ b/CGI.pas @@ -196,7 +196,7 @@ const {Note: maxlabel is also defined in CCommon.pas} {Note: maxlabel is also defined in CGC.asm} maxLabel = 3200; {max # of internal labels} - maxLocalLabel = 200; {max # local variables} + maxLocalLabel = 220; {max # local variables} maxString = 12500; {max # chars in string space} {size of internal types}