Skip to content
Snippets Groups Projects
Commit 97266903 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-01 14:44:25 by panne]

The NCG doesn't like `foreign label' yet, so addrOf_ErrorHdrHook is a
C function now.
parent 5860a370
No related merge requests found
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1998
*
* $Id: writeError.c,v 1.4 1999/11/09 10:46:27 simonmar Exp $
* $Id: writeError.c,v 1.5 2000/05/01 14:44:25 panne Exp $
*
* hPutStr Runtime Support
*/
......@@ -24,6 +24,12 @@ implementation in one or two places.)
#include <fcntl.h>
#endif
StgAddr
addrOf_ErrorHdrHook(void)
{
return &ErrorHdrHook;
}
void
writeErrString__ (msg_hdr, msg, len)
StgAddr msg_hdr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment