[project @ 1996-07-25 20:43:49 by partain]
[ghc-hetmet.git] / ghc / runtime / hooks / PatErrorHdr.lc
index 17062fb..5e175a4 100644 (file)
@@ -2,8 +2,7 @@
 #include "rtsdefs.h"
 
 void
-PatErrorHdrHook (where)
-  FILE *where;
+PatErrorHdrHook (FILE *where)
 {
     fprintf(where, "\nFail: ");
 }