From 047312216f098c64625346c2101f62449d3c58d4 Mon Sep 17 00:00:00 2001 From: bal Date: Fri, 6 Sep 1985 11:06:32 +0000 Subject: [PATCH] MAXSTAB set to 2500 (problem with argument list of ROM for new C front-end). --- mach/proto/cg/salloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/proto/cg/salloc.c b/mach/proto/cg/salloc.c index 0543c96a..62964013 100644 --- a/mach/proto/cg/salloc.c +++ b/mach/proto/cg/salloc.c @@ -35,7 +35,7 @@ static char rcsid[] = "$Header$"; * Every now and then call garbage_collect() from toplevel. */ -#define MAXSTAB 500 +#define MAXSTAB 2500 #define THRESHOLD 200 char *stab[MAXSTAB];