From d8d520a98ec06609e0753f981d73d1d7ef60fc6d Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 9 May 2000 09:26:29 +0000 Subject: [PATCH] [project @ 2000-05-09 09:26:29 by sewardj] 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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ghc/includes/options.h b/ghc/includes/options.h index 2736bf1..916e84e 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.27 $ - * $Date: 2000/04/14 15:10:20 $ + * $Revision: 1.28 $ + * $Date: 2000/05/09 09:26:29 $ * ------------------------------------------------------------------------*/ @@ -166,7 +166,10 @@ * 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 */ -- 1.7.10.4