mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user