[project @ 2000-05-09 09:26:29 by sewardj]
authorsewardj <unknown>
Tue, 9 May 2000 09:26:29 +0000 (09:26 +0000)
committersewardj <unknown>
Tue, 9 May 2000 09:26:29 +0000 (09:26 +0000)
Undefine NO_REGS.  Seems unneccessary since the driver supplies it anyway
when compiling the RTS, and this duplicate defn generates a lot of warnings.

ghc/includes/options.h

index 2736bf1..916e84e 100644 (file)
@@ -7,8 +7,8 @@
  * Hugs version 1.4, December 1997
  *
  * $RCSfile: options.h,v $
- * $Revision: 1.27 $
- * $Date: 2000/04/14 15:10:20 $
+ * $Revision: 1.28 $
+ * $Date: 2000/05/09 09:26:29 $
  * ------------------------------------------------------------------------*/
 
 
  * If you turn this off, you'll probably need to provide some
  * assembly language support for your architecture.
  */
-#define NO_REGS
+/* Disabled by JRS 09 May 00.  Seems unneccessary and generates a lot of
+   warnings compiling the RTS.
+*/
+/* #define NO_REGS */
 
 
 /* Define if :xplain should be enabled                                    */