From 0d9459bdd6898db84a4a29538ddc3998b5bf60d0 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 0543c96a4..629640131 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]; -- 2.34.1