mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
extern bool *nullable;
|
||||
|
||||
/* Set up NULLABLE. */
|
||||
extern void nullable_compute PARAMS((void));
|
||||
extern void nullable_compute (void);
|
||||
|
||||
/* Free NULLABLE. */
|
||||
extern void nullable_free PARAMS((void));
|
||||
extern void nullable_free (void);
|
||||
#endif /* !NULLABLE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user