]> git.saurik.com Git - bison.git/blobdiff - src/output.h
XCALLOC -> CALLOC, XMALLOC -> MALLOC.
[bison.git] / src / output.h
index 53cef8960d13d6c500980d9cc1e4367b7a9d6456..ece5b2f7027fe4659c7df08dafe6984689c54aa1 100644 (file)
@@ -24,6 +24,6 @@
 extern int error_verbose;
 
 /* Output the parsing tables and the parser code to FTABLE.  */
-void output PARAMS ((void));
+void output (void);
 
 #endif /* !OUTPUT_H_ */