[project @ 2002-10-11 14:33:58 by simonpj]
[ghc-base.git] / Foreign / Marshal / Alloc.hs
index 900c917..b0e528b 100644 (file)
@@ -42,7 +42,7 @@ import GHC.Real
 import GHC.Ptr
 import GHC.Err
 import GHC.Base
-#elsif defined(__HUGS__)
+#elif defined(__HUGS__)
 import Control.Exception       ( bracket )
 #else
 import System.IO               ( bracket )