From: ceriel Date: Wed, 12 Nov 1986 21:04:38 +0000 (+0000) Subject: Changed sizes of "argstr" and "labstr", to accomodate longer X-Git-Tag: release-5-5~5151 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f7a6dc503ccf1ce9e80e76923324bf1f33646e26;p=ack.git Changed sizes of "argstr" and "labstr", to accomodate longer identifiers. --- diff --git a/mach/proto/cg/fillem.c b/mach/proto/cg/fillem.c index c4bf21d8f..f3ee53c74 100644 --- a/mach/proto/cg/fillem.c +++ b/mach/proto/cg/fillem.c @@ -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;