changed sizes of labstr and argstr to accomodate longer identifiers.
This commit is contained in:
parent
52e8a88abb
commit
3ffbb31b34
@ -78,7 +78,7 @@ int opcode;
|
|||||||
int offtyp;
|
int offtyp;
|
||||||
long argval;
|
long argval;
|
||||||
int dlbval;
|
int dlbval;
|
||||||
char str[MAXSTR],argstr[32],labstr[32];
|
char str[MAXSTR],argstr[128],labstr[128];
|
||||||
int strsiz;
|
int strsiz;
|
||||||
int holno=0;
|
int holno=0;
|
||||||
int procno=0;
|
int procno=0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user