]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.h
Don't miss %merge result type warnings just because the LHS types are
[bison.git] / src / scan-code.h
index 8d97935714c2ce58aa8c27360f2bc975c2462fda..cf5be8759029e9d80ece1f3d3e5c79bca06b731c 100644 (file)
@@ -33,9 +33,9 @@ extern int max_left_semantic_context;
 
 void code_scanner_free (void);
 
-/* The action A contains $$, $1 etc. referring to the values
+/* The action of the rule R contains $$, $1 etc. referring to the values
    of the rule R. */
-const char *translate_rule_action (symbol_list *r, const char *a, location l);
+const char *translate_rule_action (symbol_list *r);
 
 /* The action A refers to $$ and @$ only, referring to a symbol. */
 const char *translate_symbol_action (const char *a, location l);