[project @ 1999-11-29 13:21:32 by sewardj]
authorsewardj <unknown>
Mon, 29 Nov 1999 13:21:32 +0000 (13:21 +0000)
committersewardj <unknown>
Mon, 29 Nov 1999 13:21:32 +0000 (13:21 +0000)
error.h --> stgerror.h

ghc/compiler/utils/StringBuffer.lhs

index 5d724bb..115d36c 100644 (file)
@@ -72,7 +72,7 @@ import ST
 import Char            ( chr )
 
 -- urk!
-#include "../lib/std/cbits/error.h"
+#include "../lib/std/cbits/stgerror.h"
 
 #if __GLASGOW_HASKELL__ >= 303
 import IO              ( openFile, slurpFile )