]> git.saurik.com Git - bison.git/blobdiff - src/print.h
Remove all uses of PARAMS, since we now assume C89 or better.
[bison.git] / src / print.h
index ec7299f3a39d09d03f8f39ac2879d41c6543a356..bdddafbea93cf24d518e310fab815c5bdb62c909 100644 (file)
@@ -21,6 +21,6 @@
 #ifndef PRINT_H_
 # define PRINT_H_
 
-void print_results PARAMS ((void));
+void print_results (void);
 
 #endif /* !PRINT_H_ */