From: sewardj Date: Thu, 25 Nov 1999 12:21:19 +0000 (+0000) Subject: [project @ 1999-11-25 12:21:19 by sewardj] X-Git-Tag: Approximately_9120_patches~5482 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=63b4f50cfaa383118c947445e5afb4fff3cd1c91;p=ghc-hetmet.git [project @ 1999-11-25 12:21:19 by sewardj] import wibble for hugs --- diff --git a/ghc/lib/exts/Bits.lhs b/ghc/lib/exts/Bits.lhs index 22da720..8c7c3cf 100644 --- a/ghc/lib/exts/Bits.lhs +++ b/ghc/lib/exts/Bits.lhs @@ -12,9 +12,7 @@ individual operations. module Bits where -#ifdef __HUGS__ -import PreludeBuiltin -#else +#ifndef __HUGS__ import PrelBase #endif