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:
@@ -87,10 +87,10 @@ static int percent_percent_count = 0;
|
||||
Outside of well-formed rules, RULE_LENGTH has an undefined value. */
|
||||
static int rule_length;
|
||||
|
||||
static void handle_dollar PARAMS ((braced_code_t code_kind,
|
||||
char *cp, location_t location));
|
||||
static void handle_at PARAMS ((braced_code_t code_kind,
|
||||
char *cp, location_t location));
|
||||
static void handle_dollar (braced_code_t code_kind,
|
||||
char *cp, location_t location);
|
||||
static void handle_at (braced_code_t code_kind,
|
||||
char *cp, location_t location);
|
||||
|
||||
%}
|
||||
%x SC_COMMENT
|
||||
|
||||
Reference in New Issue
Block a user