[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / HsVersions.h
index ef14e63..c5b68ef 100644 (file)
@@ -53,8 +53,10 @@ you will screw up the layout where they are used in case expressions!
 
 #ifdef DEBUG
 #define ASSERT(e) if (not (e)) then (assertPanic __FILE__ __LINE__) else
+#define CHK_Ubiq() import Ubiq
 #else
 #define ASSERT(e)
+#define CHK_Ubiq()
 #endif
 
 -- ToDo: ghci needs to load far too many bits of the backend because