From 6ac6a694920ab7427e73627da99c514760761640 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 16 Jul 1992 20:45:20 +0000 Subject: [PATCH] Increase default constant space to 450 -- old value of 400 is now too small. --- v7/src/microcode/option.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/option.c b/v7/src/microcode/option.c index e7f348749..9e4be2348 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.26 1992/06/10 21:40:47 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.27 1992/07/16 20:45:20 cph Exp $ -Copyright (c) 1990-1992 Massachusetts Institute of Technology +Copyright (c) 1990-92 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -365,7 +365,7 @@ The following options are only meaningful to bchscheme: #endif #ifndef DEFAULT_SMALL_CONSTANT -#define DEFAULT_SMALL_CONSTANT 400 +#define DEFAULT_SMALL_CONSTANT 450 #endif #ifndef SMALL_CONSTANT_VARIABLE -- 2.25.1