From dbb6bc1f12ebf81c4ec64c1435942d3ea8ba7aee Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 7 Jul 1988 18:11:35 +0000 Subject: [PATCH] Change default size of constant space. --- 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 b55e058e9..9e17856dd 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.35 1988/05/04 04:17:49 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.36 1988/07/07 18:11:35 cph Exp $ * * This file contains the configuration information and the information * given on the command line on Unix. @@ -523,7 +523,7 @@ longjmp(Exit_Point, NORMAL_EXIT) #endif #ifndef CONSTANT_SIZE -#define CONSTANT_SIZE 300 /* Default Kcells for constant */ +#define CONSTANT_SIZE 350 /* Default Kcells for constant */ #endif #ifndef HEAP_SIZE @@ -539,5 +539,5 @@ longjmp(Exit_Point, NORMAL_EXIT) #endif #ifndef COMPILER_CONSTANT_SIZE -#define COMPILER_CONSTANT_SIZE 550 +#define COMPILER_CONSTANT_SIZE 750 #endif -- 2.25.1