From: ross Date: Mon, 23 Sep 2002 09:19:53 +0000 (+0000) Subject: [project @ 2002-09-23 09:19:53 by ross] X-Git-Tag: nhc98-1-18-release~846 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=be6e35beee0026910c157d6f91bcaa62d08e42c9;p=ghc-base.git [project @ 2002-09-23 09:19:53 by ross] remove unnecessary #ifndef __HUGS__ --- diff --git a/Data/Word.hs b/Data/Word.hs index ff81405..3bcc8a7 100644 --- a/Data/Word.hs +++ b/Data/Word.hs @@ -17,9 +17,7 @@ module Data.Word ( -- * Unsigned integral types -#ifndef __HUGS__ Word, -#endif Word8, Word16, Word32, Word64, -- * Notes