Increase the maximum allowed number of local variables from 200 to 220.

This commit is contained in:
Stephen Heumann 2017-07-14 21:07:23 -05:00
parent ccd653ddb9
commit c46cf79c79
1 changed files with 1 additions and 1 deletions

View File

@ -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}