[project @ 1999-11-25 12:21:19 by sewardj]
authorsewardj <unknown>
Thu, 25 Nov 1999 12:21:19 +0000 (12:21 +0000)
committersewardj <unknown>
Thu, 25 Nov 1999 12:21:19 +0000 (12:21 +0000)
import wibble for hugs

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