[project @ 2002-10-11 14:33:58 by simonpj]
authorsimonpj <unknown>
Fri, 11 Oct 2002 14:33:58 +0000 (14:33 +0000)
committersimonpj <unknown>
Fri, 11 Oct 2002 14:33:58 +0000 (14:33 +0000)
Fix cpp syntax

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 )