[project @ 2000-05-18 11:33:21 by panne]
authorpanne <unknown>
Thu, 18 May 2000 11:33:21 +0000 (11:33 +0000)
committerpanne <unknown>
Thu, 18 May 2000 11:33:21 +0000 (11:33 +0000)
Add addrOf_ErrorHdrHook prototype

ghc/lib/std/cbits/stgio.h

index 0906380..6d9b795 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: stgio.h,v 1.19 2000/04/12 17:33:16 simonmar Exp $
+ * $Id: stgio.h,v 1.20 2000/05/18 11:33:21 panne Exp $
  *
  * (c) The GRASP/AQUA Project, Glasgow University, 1994-1999
  *
@@ -227,7 +227,9 @@ StgInt prim_toUTCTime ( StgInt64,StgByteArray );
 StgInt toClockSec (StgInt, StgInt, StgInt, StgInt, StgInt, StgInt, StgInt, StgByteArray);
 
 /* writeError.c */
+StgAddr addrOf_ErrorHdrHook(void);
 void    writeErrString__ (StgAddr, StgByteArray, StgInt);
+
 /* writeFile.c */
 StgInt writeBuf  (StgForeignPtr, StgAddr, StgInt, StgInt);
 StgInt writeBufBA  (StgForeignPtr, StgByteArray, StgInt, StgInt);