X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7c0c61812d534683d10234082e6e6adee6eb81a6..9b33de72cd2469bedac2b5f0a48a8782571ea9db:/src/scan-code.h diff --git a/src/scan-code.h b/src/scan-code.h index c5f14fd5..955aef1f 100644 --- a/src/scan-code.h +++ b/src/scan-code.h @@ -163,13 +163,9 @@ void code_scanner_last_string_free (void); * - None. * \post * - All dynamic memory allocated during invocations of - * \c code_props_translate_code or \c translate_rule_action (if any) has - * been freed. All \c code_props instances may now be invalid. + * \c code_props_translate_code (if any) has been freed. All \c code_props + * instances may now be invalid. */ void code_scanner_free (void); -/* The action of the rule R contains $$, $1 etc. referring to the values - of the rule R. */ -char const *translate_rule_action (struct symbol_list *r); - #endif /* !SCAN_CODE_H_ */