From 192ff1b78116b1143b6afc148601bb990850bce4 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 12 Apr 1990 21:05:34 +0000 Subject: [PATCH] Bump the default space parameters on the MIPS when there is compiler support. --- v7/src/microcode/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index e7cff7f33..1193a4a6d 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.53 1990/04/01 20:10:29 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.54 1990/04/12 21:05:34 jinx Exp $ Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology @@ -586,12 +586,12 @@ longjmp(Exit_Point, NORMAL_EXIT) #ifdef HAS_COMPILER_SUPPORT #ifndef CONSTANT_SIZE -#define CONSTANT_SIZE 600 /* Default Kcells for constant */ +#define CONSTANT_SIZE 700 /* Default Kcells for constant */ #endif #endif #ifndef COMPILER_CONSTANT_SIZE -#define COMPILER_CONSTANT_SIZE 1300 +#define COMPILER_CONSTANT_SIZE 1500 #endif #endif /* mips */ -- 2.25.1