projects
/
ghc-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36f8318
)
[project @ 2002-10-11 14:33:58 by simonpj]
author
simonpj
<unknown>
Fri, 11 Oct 2002 14:33:58 +0000
(14:33 +0000)
committer
simonpj
<unknown>
Fri, 11 Oct 2002 14:33:58 +0000
(14:33 +0000)
Fix cpp syntax
Foreign/Marshal/Alloc.hs
patch
|
blob
|
history
diff --git
a/Foreign/Marshal/Alloc.hs
b/Foreign/Marshal/Alloc.hs
index
900c917
..
b0e528b
100644
(file)
--- a/
Foreign/Marshal/Alloc.hs
+++ b/
Foreign/Marshal/Alloc.hs
@@
-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 )