[project @ 1996-07-25 20:43:49 by partain]
[ghc-hetmet.git] / ghc / compiler / utils / ListSetOps.lhs
index 5a46b23..3917247 100644 (file)
@@ -4,13 +4,15 @@
 \section[ListSetOps]{Set-like operations on lists}
 
 \begin{code}
+#ifdef COMPILING_GHC
 #include "HsVersions.h"
+#endif
 
 module ListSetOps (
        unionLists,
        intersectLists,
        minusList
-#if ! defined(COMPILING_GHC)
+#ifndef COMPILING_GHC
        , disjointLists, intersectingLists
 #endif
    ) where