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