[project @ 1999-11-25 12:21:19 by sewardj]
[ghc-hetmet.git] / ghc / lib / exts / Bits.lhs
index 22da720..8c7c3cf 100644 (file)
@@ -12,9 +12,7 @@ individual operations.
 
 module Bits where
 
-#ifdef __HUGS__
-import PreludeBuiltin
-#else
+#ifndef __HUGS__
 import PrelBase
 #endif