mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
@@ -30,6 +30,6 @@ typedef enum
|
||||
non_assoc
|
||||
} assoc_t;
|
||||
|
||||
const char *assoc_to_string PARAMS ((assoc_t assoc));
|
||||
const char *assoc_to_string (assoc_t assoc);
|
||||
|
||||
#endif /* !ASSOC_H_ */
|
||||
|
||||
Reference in New Issue
Block a user