From: sewardj Date: Fri, 10 Mar 2000 18:28:26 +0000 (+0000) Subject: [project @ 2000-03-10 18:28:26 by sewardj] X-Git-Tag: Approximately_9120_patches~5020 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=37fe8f8c1223269045f011f67bfc906c8fda9ef9;p=ghc-hetmet.git [project @ 2000-03-10 18:28:26 by sewardj] Nuke a substantial number of no-longer-supported options. --- diff --git a/ghc/includes/options.h b/ghc/includes/options.h index ecd8f55..4b48294 100644 --- a/ghc/includes/options.h +++ b/ghc/includes/options.h @@ -7,8 +7,8 @@ * Hugs version 1.4, December 1997 * * $RCSfile: options.h,v $ - * $Revision: 1.21 $ - * $Date: 2000/03/10 17:30:36 $ + * $Revision: 1.22 $ + * $Date: 2000/03/10 18:28:26 $ * ------------------------------------------------------------------------*/ @@ -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 @@ -271,13 +256,6 @@ /* -------------------------------------------------------------------------- - * 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 * be used by most people..