From dd6fbf77a75e142732d115b0aa5470affd83f380 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 a09f9c43..22912311 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];