Bump constant space size for the compiler.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 12 Jun 1989 16:08:28 +0000 (16:08 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 12 Jun 1989 16:08:28 +0000 (16:08 +0000)
v7/src/microcode/config.h

index f60962d9e201b519c5eae69f791e4c8eba97af14..9e65d62bb345ac50dd6e7ef78b7db6b845bb33b5 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.43 1989/05/24 05:35:21 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.44 1989/06/12 16:08:28 jinx Rel $
  *
  * This file contains the configuration information and the information
  * given on the command line on Unix.
@@ -582,5 +582,5 @@ longjmp(Exit_Point, NORMAL_EXIT)
 #endif
 
 #ifndef COMPILER_CONSTANT_SIZE
-#define COMPILER_CONSTANT_SIZE 750
+#define COMPILER_CONSTANT_SIZE 800
 #endif