[project @ 1998-09-02 09:16:26 by simonm]
[ghc-hetmet.git] / ghc / lib / std / PrelErr.lhs
index 42cca98..8c560b2 100644 (file)
@@ -96,7 +96,7 @@ error__ msg_hdr s
   = errorIO (do
      (hFlush stdout) `catch` (\ _ -> return ())
      let bs@(ByteArray (_,len) _) = packString s
-     _ccall_ __writeErrString__ msg_hdr bs len
+     _ccall_ writeErrString__ msg_hdr bs len
      _ccall_ stg_exit (1::Int)
     )
 #else