Bump 386 SMALL_CONSTANT and EDWIN_CONSTANT by 5.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 30 Sep 1992 02:33:54 +0000 (02:33 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 30 Sep 1992 02:33:54 +0000 (02:33 +0000)
v7/src/microcode/option.c

index ae8fbdc572a26001dca43f66cb0cf66be58ab270..86f0d5a12b93684eafa0d1e1828f8a629379c673 100644 (file)
@@ -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 */