[project @ 1996-07-25 20:43:49 by partain]
[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}