/** Number of symbols composing the right hand side of rule #RULE. */
static inline int
diff --git a/data/glr.cc b/data/glr.cc
index 8da5a99..dae2f62 100644
--- a/data/glr.cc
+++ b/data/glr.cc
@@ -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. |
diff --git a/data/yacc.c b/data/yacc.c
index 0083ebe..76121f3 100644
--- a/data/yacc.c
+++ b/data/yacc.c
@@ -714,7 +714,7 @@ do { \
} \
} while (YYID (0))
/*------------------------------------------------------------------.
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
@@ -1284,7 +1284,7 @@ yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
}
#endif /* YYERROR_VERBOSE */