[project @ 1999-11-29 14:52:24 by keithw]
authorkeithw <unknown>
Mon, 29 Nov 1999 14:52:24 +0000 (14:52 +0000)
committerkeithw <unknown>
Mon, 29 Nov 1999 14:52:24 +0000 (14:52 +0000)
error.h -> stgerror.h

ghc/lib/std/PrelHandle.lhs

index 5e32122..41feadc 100644 (file)
@@ -9,7 +9,7 @@ which are supported for them.
 
 \begin{code}
 {-# OPTIONS -fno-implicit-prelude -#include "cbits/stgio.h" #-}
-#include "cbits/error.h"
+#include "cbits/stgerror.h"
 
 #ifndef __HUGS__ /* Hugs just includes this in PreludeBuiltin so no header needed */
 module PrelHandle where