Changed sizes of "argstr" and "labstr", to accomodate longer

identifiers.
This commit is contained in:
ceriel
1986-11-12 21:04:38 +00:00
parent 1754d94047
commit 52e8a88abb

View File

@@ -78,7 +78,7 @@ int opcode;
int offtyp;
long argval;
int dlbval;
char str[MAXSTR],argstr[32],labstr[32];
char str[MAXSTR],argstr[128],labstr[128];
int strsiz;
int holno=0;
int procno=0;