d71a3a9b2e8122b41522a3bd6ca50f2693e9ef2d
[ghc-hetmet.git] / ghc / runtime / hooks / ErrorHdr.lc
1 \begin{code}
2 #include "rtsdefs.h"
3
4 void
5 ErrorHdrHook (FILE *where)
6 {
7     fprintf(where, "\nFail: ");
8 }
9 \end{code}