]> git.saurik.com Git - bison.git/blobdiff - src/scan-code.h
2007-01-30 Paolo Bonzini <bonzini@gnu.org>
[bison.git] / src / scan-code.h
index c5f14fd5c0bdab25d86188af4a023234400e4c1f..955aef1f04424ca5b4882604645b91d2f109aad6 100644 (file)
@@ -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_ */