From: sewardj Date: Tue, 9 May 2000 09:26:29 +0000 (+0000) Subject: [project @ 2000-05-09 09:26:29 by sewardj] X-Git-Tag: Approximately_9120_patches~4552 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d8d520a98ec06609e0753f981d73d1d7ef60fc6d;p=ghc-hetmet.git [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. --- 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 */