Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
37fe8f8c
Commit
37fe8f8c
authored
Mar 10, 2000
by
sewardj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2000-03-10 18:28:26 by sewardj]
Nuke a substantial number of no-longer-supported options.
parent
08e36f1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
24 deletions
+2
-24
ghc/includes/options.h
ghc/includes/options.h
+2
-24
No files found.
ghc/includes/options.h
View file @
37fe8f8c
...
...
@@ -7,8 +7,8 @@
* Hugs version 1.4, December 1997
*
* $RCSfile: options.h,v $
* $Revision: 1.2
1
$
* $Date: 2000/03/10 1
7:30:3
6 $
* $Revision: 1.2
2
$
* $Date: 2000/03/10 1
8:28:2
6 $
* ------------------------------------------------------------------------*/
...
...
@@ -168,23 +168,12 @@
#define PROVIDE_COERCE 1
#define PROVIDE_PTREQUALITY 1
/* Set to 1 to use a non-GMP implementation of integer, in the
standalone Hugs. Set to 0 in the combined GHC-Hugs system,
in which case GNU MP will be used.
*/
#define STANDALONE_INTEGER 1
/* Enable a crude profiler which counts BCO entries, bytes allocated
and bytecode insns executed on a per-fn basis. Used for assessing
the effect of the simplifier/optimiser.
*/
#undef CRUDE_PROFILING
/* Is the default default (Int,Double) or (Integer,Double)?
*/
#define DEFAULT_BIGNUM 1
/* Turn bytecode interpreter support on/off.
*/
#define INTERPRETER 1
...
...
@@ -213,10 +202,6 @@
#define NO_REGS
/* --------------------------------------------------------------------------
* Fancy features
* ------------------------------------------------------------------------*/
/* Define if :xplain should be enabled */
#define EXPLAIN_INSTANCE_RESOLUTION 0
...
...
@@ -270,13 +255,6 @@
#define USE_ADDR_FOR_STRINGS 1
/* --------------------------------------------------------------------------
* Debugging options (intended for use by maintainers)
* ------------------------------------------------------------------------*/
/* Define if debugging generated bytecodes or the bytecode interpreter */
#define DEBUG_CODE 1
/* --------------------------------------------------------------------------
* Experimental features
* These are likely to disappear/change in future versions and should not
...
...
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