X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ae7453f2ba115eba9d24aad81b0f17b10c6b839a..78bcec17c82fe777c90f86717773de35bb5018e7:/src/scan-gram.l diff --git a/src/scan-gram.l b/src/scan-gram.l index 235272f1..fa24a1aa 100644 --- a/src/scan-gram.l +++ b/src/scan-gram.l @@ -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