From 6d85667761e2d04fce81158b6f2365ef7200ecd6 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 6 Aug 1987 13:00:47 +0000 Subject: [PATCH] bigger define for MAXSTAB --- mach/proto/ncg/salloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.34.1