X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e256e17f572408a91d2014d6b8be1b11e5910b40..2ce4ed68c9b156fd353ada1a986bb61dfa42f60a:/src/scan-code.h diff --git a/src/scan-code.h b/src/scan-code.h index cf5be875..43073220 100644 --- a/src/scan-code.h +++ b/src/scan-code.h @@ -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. */ -const char *translate_rule_action (symbol_list *r); +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); +char *translate_symbol_action (const char *a, location l); /* The action contains no special escapes, just protect M4 special symbols. */ -const char *translate_code (const char *a, location l); +char *translate_code (const char *a, location l); #endif /* !SCAN_CODE_H_ */