[project @ 1997-03-14 03:14:25 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     fflush( stdout );                   /* Flush out any pending output */
8
9     fprintf(where, "\nFail: ");
10 }
11 \end{code}