From 34428afbd152515e53950381ccf1692e3515d0f0 Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 18 May 2000 11:33:21 +0000 Subject: [PATCH] [project @ 2000-05-18 11:33:21 by panne] Add addrOf_ErrorHdrHook prototype --- ghc/lib/std/cbits/stgio.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/lib/std/cbits/stgio.h b/ghc/lib/std/cbits/stgio.h index 0906380..6d9b795 100644 --- a/ghc/lib/std/cbits/stgio.h +++ b/ghc/lib/std/cbits/stgio.h @@ -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); -- 1.7.10.4