Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
32a1da7b
Commit
32a1da7b
authored
Nov 01, 1999
by
sewardj
Browse files
[project @ 1999-11-01 12:12:58 by sewardj]
Increase NUM_TEXT to 100000 so okeefe_neural will parse.
parent
6f62b4f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/options.h
View file @
32a1da7b
...
...
@@ -13,8 +13,8 @@
* Hugs version 1.4, December 1997
*
* $RCSfile: options.h,v $
* $Revision: 1.
9
$
* $Date: 1999/1
0/20 0
2:1
5
:5
6
$
* $Revision: 1.
10
$
* $Date: 1999/1
1/01 1
2:1
2
:5
8
$
* ------------------------------------------------------------------------*/
...
...
@@ -104,7 +104,7 @@
#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
...
...
@@ -132,7 +132,7 @@
#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,
8
0000)
#define NUM_TEXT Pick(12000, 20000,
10
0000)
#define NUM_TEXTH Pick(1, 10, 10)
#define NUM_TYVARS Pick(800, 2000, 4000)
#define NUM_STACK Pick(1800, 12000, 16000)
...
...
@@ -319,10 +319,6 @@
*/
#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.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment