mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 22:03:02 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
@@ -21,6 +21,6 @@
|
||||
#ifndef PRINT_GRAPH_H_
|
||||
# define PRINT_GRAPH_H_
|
||||
|
||||
void print_graph PARAMS ((void));
|
||||
void print_graph (void);
|
||||
|
||||
#endif /* !PRINT_GRAPH_H_ */
|
||||
|
||||
Reference in New Issue
Block a user