skeletons: renamings after knr removal

* data/c.m4 (b4_yydestruct_generate, b4_yy_symbol_print_generate):
Rename as...
(b4_yydestruct_define, b4_yy_symbol_print_define): these, for consistency.
* data/glr.c, data/glr.cc, data/yacc.c: Adjust.
This commit is contained in:
Akim Demaille
2012-08-02 15:13:00 +02:00
parent ee52f6ec6b
commit e3f12e0818
4 changed files with 12 additions and 12 deletions

View File

@@ -61,11 +61,11 @@ m4_define([b4_parser_class_name],
m4_define([b4_parse_param_orig], m4_defn([b4_parse_param]))
# b4_yy_symbol_print_generate
# b4_yy_symbol_print_define
# ---------------------------
# Bypass the default implementation to generate the "yy_symbol_print"
# and "yy_symbol_value_print" functions.
m4_define([b4_yy_symbol_print_generate],
m4_define([b4_yy_symbol_print_define],
[[
/*--------------------.
| Print this symbol. |