From: Chris Hanson Date: Thu, 30 Jul 1992 18:06:22 +0000 (+0000) Subject: Increase size of HP-PA large constant space. X-Git-Tag: 20090517-FFI~9169 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f969d71c2ba3ebfd0b430acb323435859f67b443;p=mit-scheme.git Increase size of HP-PA large constant space. --- 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 */