[project @ 1997-03-14 03:14:25 by sof]
[ghc-hetmet.git] / ghc / runtime / hooks / ErrorHdr.lc
index d71a3a9..3c04fec 100644 (file)
@@ -4,6 +4,8 @@
 void
 ErrorHdrHook (FILE *where)
 {
+    fflush( stdout );                  /* Flush out any pending output */
+
     fprintf(where, "\nFail: ");
 }
 \end{code}