[project @ 2004-02-17 11:16:36 by malcolm]
authormalcolm <unknown>
Tue, 17 Feb 2004 11:16:36 +0000 (11:16 +0000)
committermalcolm <unknown>
Tue, 17 Feb 2004 11:16:36 +0000 (11:16 +0000)
Exclude "config.h" inclusion for nhc98 as well as Hugs.

Debug/Trace.hs

index 00af949..d0c0341 100644 (file)
@@ -12,7 +12,7 @@
 --
 -----------------------------------------------------------------------------
 
-#ifndef __HUGS__
+#ifdef __GLASGOW_HASKELL__
 #include "config.h"
 #endif