From f6a815758a76d0c07b342304afe586ad03bb1858 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 30 Sep 1992 02:33:54 +0000 Subject: [PATCH] Bump 386 SMALL_CONSTANT and EDWIN_CONSTANT by 5. --- 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 ae8fbdc57..86f0d5a12 100644 --- a/v7/src/microcode/option.c +++ b/v7/src/microcode/option.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: option.c,v 1.29 1992/09/26 02:48:50 cph Exp $ +$Id: option.c,v 1.30 1992/09/30 02:33:54 jinx Exp $ Copyright (c) 1990-92 Massachusetts Institute of Technology @@ -342,7 +342,7 @@ The following options are only meaningful to bchscheme: /* 386 code is large too! */ #ifndef DEFAULT_SMALL_CONSTANT -#define DEFAULT_SMALL_CONSTANT 430 +#define DEFAULT_SMALL_CONSTANT 435 #endif #ifndef DEFAULT_LARGE_CONSTANT @@ -350,7 +350,7 @@ The following options are only meaningful to bchscheme: #endif #ifndef DEFAULT_EDWIN_CONSTANT -#define DEFAULT_EDWIN_CONSTANT 850 +#define DEFAULT_EDWIN_CONSTANT 855 #endif #endif /* i386 */ -- 2.25.1