Adjustment of default constant size under NT
authorStephen Adams <edu/mit/csail/zurich/adams>
Sat, 7 Aug 1993 00:13:57 +0000 (00:13 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Sat, 7 Aug 1993 00:13:57 +0000 (00:13 +0000)
v7/src/microcode/option.c

index 42ffa919c2367a98bcf08fca48f8266fd35eda24..f2aad1941012ea062c896b89085d544a3e73eab3 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: option.c,v 1.33 1993/06/24 06:07:24 gjr Exp $
+$Id: option.c,v 1.34 1993/08/07 00:13:57 adams Exp $
 
 Copyright (c) 1990-1993 Massachusetts Institute of Technology
 
@@ -352,7 +352,7 @@ The following options are only meaningful to bchscheme:
 /* 386 code is large too! */
 
 #ifndef DEFAULT_SMALL_CONSTANT
-#define DEFAULT_SMALL_CONSTANT 435
+#define DEFAULT_SMALL_CONSTANT 500
 #endif
 
 #ifndef DEFAULT_LARGE_CONSTANT
@@ -1282,3 +1282,4 @@ DEFUN (read_command_line_options, (argc, argv),
   if (option_summary)
     describe_options ();
 }
+\1a
\ No newline at end of file