[project @ 1997-01-02 23:11:31 by sof]
[ghc-hetmet.git] / ghc / runtime / hooks / PatErrorHdr.lc
1 \begin{code}
2 #include "rtsdefs.h"
3
4 void
5 PatErrorHdrHook (FILE *where)
6 {
7     fprintf(where, "\nFail: ");
8 }
9 \end{code}