[project @ 1999-07-05 18:53:53 by sof]
authorsof <unknown>
Mon, 5 Jul 1999 18:53:53 +0000 (18:53 +0000)
committersof <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

index f61bf96..f09a617 100644 (file)
@@ -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)