From bb7704bba894c3f05f73be94ade0e5dc60b5bcdf Mon Sep 17 00:00:00 2001 From: malcolm Date: Tue, 17 Feb 2004 11:16:36 +0000 Subject: [PATCH] [project @ 2004-02-17 11:16:36 by malcolm] Exclude "config.h" inclusion for nhc98 as well as Hugs. --- Debug/Trace.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debug/Trace.hs b/Debug/Trace.hs index 00af949..d0c0341 100644 --- a/Debug/Trace.hs +++ b/Debug/Trace.hs @@ -12,7 +12,7 @@ -- ----------------------------------------------------------------------------- -#ifndef __HUGS__ +#ifdef __GLASGOW_HASKELL__ #include "config.h" #endif -- 1.7.10.4