[project @ 1996-03-22 09:24:22 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / tree.c
index 1fa6533..43d0167 100644 (file)
@@ -454,7 +454,7 @@ literal *Rgplusi(t)
 
 /************** wildp ******************/
 
-tree mkwildp()
+tree mkwildp(void)
 {
        register struct Swildp *pp =
                (struct Swildp *) malloc(sizeof(struct Swildp));