diff --git a/CCommon.pas b/CCommon.pas index 84146ae..9f1b5de 100644 --- a/CCommon.pas +++ b/CCommon.pas @@ -679,7 +679,7 @@ implementation const {Note: maxLabel is also defined in cgi.pas} {Note: maxlabel is also defined in CGC.asm} - maxLabel = 3200; {max # compiler generated labels} + maxLabel = 3275; {max # compiler generated labels} {spinner} {-------} diff --git a/CGC.asm b/CGC.asm index a446c93..33a2a70 100644 --- a/CGC.asm +++ b/CGC.asm @@ -235,7 +235,7 @@ rval ds 10 **************************************************************** * InitLabels start cg -maxLabel equ 3200 +maxLabel equ 3275 ! with labelTab[0] do begin lda #-1 val := -1; diff --git a/CGI.pas b/CGI.pas index a03be6e..1c63f83 100644 --- a/CGI.pas +++ b/CGI.pas @@ -208,8 +208,8 @@ const maxCBuff = 191; {length of constant buffer} {Note: maxlabel is also defined in CCommon.pas} {Note: maxlabel is also defined in CGC.asm} - maxLabel = 3200; {max # of internal labels} - maxLocalLabel = 220; {max # local variables} + maxLabel = 3275; {max # of internal labels} + maxLocalLabel = 512; {max # local variables} maxString = 32760; {max # chars in string space} {size of internal types}