Changed sizes of "argstr" and "labstr", to accomodate longer
authorceriel <none@none>
Wed, 12 Nov 1986 21:04:38 +0000 (21:04 +0000)
committerceriel <none@none>
Wed, 12 Nov 1986 21:04:38 +0000 (21:04 +0000)
identifiers.

mach/proto/cg/fillem.c

index c4bf21d..f3ee53c 100644 (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;