mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-03-11 07:29:29 +00:00
Increase the maximum allowed number of local variables from 200 to 220.
This commit is contained in:
parent
ccd653ddb9
commit
c46cf79c79
2
CGI.pas
2
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user