From: ceriel Date: Thu, 6 Aug 1987 13:00:47 +0000 (+0000) Subject: bigger define for MAXSTAB X-Git-Tag: release-5-5~3939 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6d85667761e2d04fce81158b6f2365ef7200ecd6;p=ack.git bigger define for MAXSTAB --- diff --git a/mach/proto/ncg/salloc.c b/mach/proto/ncg/salloc.c index a09f9c434..22912311b 100644 --- a/mach/proto/ncg/salloc.c +++ b/mach/proto/ncg/salloc.c @@ -24,7 +24,7 @@ static char rcsid[] = "$Header$"; * Every now and then call garbage_collect() from toplevel. */ -#define MAXSTAB 500 +#define MAXSTAB 1500 #define THRESHOLD 200 char *stab[MAXSTAB];