mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
@@ -27,7 +27,7 @@ extern rule_t ***derives;
|
||||
|
||||
/* Compute DERIVES. */
|
||||
|
||||
void derives_compute PARAMS((void));
|
||||
void derives_free PARAMS((void));
|
||||
void derives_compute (void);
|
||||
void derives_free (void);
|
||||
|
||||
#endif /* !DERIVES_H_ */
|
||||
|
||||
Reference in New Issue
Block a user