]> git.saurik.com Git - bison.git/blobdiff - src/scan-gram.l
Remove all uses of PARAMS, since we now assume C89 or better.
[bison.git] / src / scan-gram.l
index 235272f1f90addccca08d84365d8f7dab039ec72..fa24a1aaa95803c101633ed5703ce2e96c2c6c9a 100644 (file)
@@ -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