]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.h
* bootstrap: Sync from coreutils.
[bison.git] / src / scan-code.h
index 43073220fcb1d08a8599706cb6d552a19c45e8b8..f2d797204d18e781cefa19113f1bf064df5209fe 100644 (file)
@@ -35,13 +35,13 @@ void code_scanner_free (void);
 
 /* The action of the rule R contains $$, $1 etc. referring to the values
    of the rule R. */
-char *translate_rule_action (symbol_list *r);
+char const *translate_rule_action (symbol_list *r);
 
 /* The action A refers to $$ and @$ only, referring to a symbol. */
-char *translate_symbol_action (const char *a, location l);
+char const *translate_symbol_action (char const *a, location l);
 
 /* The action contains no special escapes, just protect M4 special
    symbols.  */
-char *translate_code (const char *a, location l);
+char const *translate_code (char const *a, location l);
 
 #endif /* !SCAN_CODE_H_ */