From f969d71c2ba3ebfd0b430acb323435859f67b443 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 30 Jul 1992 18:06:22 +0000 Subject: [PATCH] Increase size of HP-PA large constant space. --- v7/src/microcode/option.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/option.c b/v7/src/microcode/option.c index 9e4be2348..1353dae72 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,6 +1,6 @@ /* -*-C-*- -$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 $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.28 1992/07/30 18:06:22 cph Exp $ Copyright (c) 1990-92 Massachusetts Institute of Technology @@ -319,7 +319,7 @@ The following options are only meaningful to bchscheme: #endif #ifndef DEFAULT_LARGE_CONSTANT -#define DEFAULT_LARGE_CONSTANT 1300 +#define DEFAULT_LARGE_CONSTANT 1400 #endif #endif /* hp9000s800 */ -- 2.25.1