[project @ 2000-04-14 15:10:20 by sewardj]
[ghc-hetmet.git] / ghc / includes / options.h
index d9253d4..2736bf1 100644 (file)
@@ -7,8 +7,8 @@
  * Hugs version 1.4, December 1997
  *
  * $RCSfile: options.h,v $
- * $Revision: 1.26 $
- * $Date: 2000/04/13 23:03:12 $
+ * $Revision: 1.27 $
+ * $Date: 2000/04/14 15:10:20 $
  * ------------------------------------------------------------------------*/
 
 
  * and EAGER_BLACKHOLING has been introduced also.  KSW 1999-01.
  */
 
+
 /* Turn miniinterpreter on/off.
  * 
  * The mininterpreter is portable but slow - if you turn it off, 
  * If you turn this off, you'll probably need to provide some
  * assembly language support for your architecture.
  */
-#define NO_MACHREGS
+#define NO_REGS
 
 
 /* Define if :xplain should be enabled                                    */