[project @ 2002-08-05 08:44:53 by simonmar]
authorsimonmar <unknown>
Mon, 5 Aug 2002 08:44:53 +0000 (08:44 +0000)
committersimonmar <unknown>
Mon, 5 Aug 2002 08:44:53 +0000 (08:44 +0000)
commit55a0a33e44d1f8dcbce0e1ebc88097c69c9e2151
tree1206478d6d77f58df64dd418f0da345652e1ac2e
parent84bfe18bf6bc6cc19291c1cd96b65aa87e8fec81
[project @ 2002-08-05 08:44:53 by simonmar]
Move the import of System.IO.Unsafe into the #else part of #ifdef
__GLASGOW_HASKELL__, because it was causing an import loop.
(Alastair: that #else should probably be #elif __HUGS__, right?)
Foreign/C/Error.hs