From: bal Date: Fri, 6 Sep 1985 11:06:32 +0000 (+0000) Subject: MAXSTAB set to 2500 (problem with argument list of ROM for new C front-end). X-Git-Tag: release-5-5~5416 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0d9459bdd6898db84a4a29538ddc3998b5bf60d0;p=ack.git MAXSTAB set to 2500 (problem with argument list of ROM for new C front-end). --- 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];