From 55cfe4ef63f29d48d36c51a98d1010d32776f2d1 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 4 May 1988 04:17:49 +0000 Subject: [PATCH] Increment COMPILER_CONSTANT_SIZE and COMPILER_HEAP_SIZE. --- 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 27f2605d0..b55e058e9 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.34 1988/02/06 20:39:26 jinx Rel $ +/* $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 $ * * This file contains the configuration information and the information * given on the command line on Unix. @@ -535,9 +535,9 @@ longjmp(Exit_Point, NORMAL_EXIT) #endif #ifndef COMPILER_HEAP_SIZE -#define COMPILER_HEAP_SIZE 400 +#define COMPILER_HEAP_SIZE 1000 #endif #ifndef COMPILER_CONSTANT_SIZE -#define COMPILER_CONSTANT_SIZE 510 +#define COMPILER_CONSTANT_SIZE 550 #endif -- 2.25.1