From: panne Date: Thu, 18 May 2000 11:33:21 +0000 (+0000) Subject: [project @ 2000-05-18 11:33:21 by panne] X-Git-Tag: Approximately_9120_patches~4433 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=34428afbd152515e53950381ccf1692e3515d0f0;p=ghc-hetmet.git [project @ 2000-05-18 11:33:21 by panne] Add addrOf_ErrorHdrHook prototype --- 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);