projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45adecb
)
[project @ 1999-07-05 18:53:53 by sof]
author
sof
<unknown>
Mon, 5 Jul 1999 18:53:53 +0000
(18:53 +0000)
committer
sof
<unknown>
Mon, 5 Jul 1999 18:53:53 +0000
(18:53 +0000)
Remove -#include "RtsAPI.h" - you now get it for free.
ghc/lib/std/System.lhs
patch
|
blob
|
history
diff --git
a/ghc/lib/std/System.lhs
b/ghc/lib/std/System.lhs
index
f61bf96
..
f09a617
100644
(file)
--- a/
ghc/lib/std/System.lhs
+++ b/
ghc/lib/std/System.lhs
@@
-5,7
+5,7
@@
\section[System]{Module @System@}
\begin{code}
-{-# OPTIONS -#include "cbits/stgio.h" -#include "RtsAPI.h" #-}
+{-# OPTIONS -#include "cbits/stgio.h" #-}
module System
(
ExitCode(ExitSuccess,ExitFailure)