summaryrefslogtreecommitdiff
path: root/ghc/runtime/hooks/ErrorHdr.lc
blob: d71a3a9b2e8122b41522a3bd6ca50f2693e9ef2d (plain)
1
2
3
4
5
6
7
8
9
\begin{code}
#include "rtsdefs.h"

void
ErrorHdrHook (FILE *where)
{
    fprintf(where, "\nFail: ");
}
\end{code}