[project @ 1999-11-01 12:12:58 by sewardj]
authorsewardj <unknown>
Mon, 1 Nov 1999 12:12:58 +0000 (12:12 +0000)
committersewardj <unknown>
Mon, 1 Nov 1999 12:12:58 +0000 (12:12 +0000)
Increase NUM_TEXT to 100000 so okeefe_neural will parse.

ghc/includes/options.h

index e395d53..2f1e9da 100644 (file)
@@ -13,8 +13,8 @@
  * Hugs version 1.4, December 1997
  *
  * $RCSfile: options.h,v $
- * $Revision: 1.9 $
- * $Date: 1999/10/20 02:15:56 $
+ * $Revision: 1.10 $
+ * $Date: 1999/11/01 12:12:58 $
  * ------------------------------------------------------------------------*/
 
 
 #define LARGE_HUGS   1
 
 #define NUM_SYNTAX         100
-#define NUM_TUPLES         /*100*/ 20
+#define NUM_TUPLES         20
 #define NUM_OFFSETS        1024
 #define NUM_CHARS          256
 #if TREX
 #define NUM_NAME           Pick(1000,   2000,       16000)
 #define NUM_CLASSES        Pick(30,     40,         80)
 #define NUM_INSTS          Pick(200,    300,        600)
-#define NUM_TEXT           Pick(12000,  20000,      80000)
+#define NUM_TEXT           Pick(12000,  20000,      100000)
 #define NUM_TEXTH          Pick(1,      10,         10)
 #define NUM_TYVARS         Pick(800,    2000,       4000)
 #define NUM_STACK          Pick(1800,   12000,      16000)
  */
 #define USE_ADDR_FOR_STRINGS 1
 
-/* turn this off to avoid wrapping int and float literals in "fromInt"
- * or "fromFloat" */
-#define OVERLOADED_CONSTANTS 1
-
 /* Define to include support for (n+k) patterns. 
  * Warning: many people in the Haskell committee want to remove n+k patterns.
  */