[project @ 1996-03-22 09:24:22 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / list.c
index 73ce725..9a3c8cb 100644 (file)
@@ -46,7 +46,7 @@ list *Rltl(t)
 
 /************** lnil ******************/
 
-list mklnil()
+list mklnil(void)
 {
        register struct Slnil *pp =
                (struct Slnil *) malloc(sizeof(struct Slnil));