From 2168cba48824055cdba1ec7efcfc46df198d8eec Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 12 Jun 1989 16:08:28 +0000 Subject: [PATCH] Bump constant space size for the compiler. --- v7/src/microcode/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index f60962d9e..9e65d62bb 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.43 1989/05/24 05:35:21 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.44 1989/06/12 16:08:28 jinx Rel $ * * This file contains the configuration information and the information * given on the command line on Unix. @@ -582,5 +582,5 @@ longjmp(Exit_Point, NORMAL_EXIT) #endif #ifndef COMPILER_CONSTANT_SIZE -#define COMPILER_CONSTANT_SIZE 750 +#define COMPILER_CONSTANT_SIZE 800 #endif -- 2.25.1