* data/c.m4 (b4_yydestruct_generate, b4_yy_symbol_print_generate):
They no longer need an argument, it has a single possible value.
* data/glr.c, data/yacc.c: Adjust.
-# b4_yydestruct_generate(FUNCTION-DECLARATOR)
-# -------------------------------------------
-# Generate the "yydestruct" function, which declaration is issued using
-# FUNCTION-DECLARATOR, which may be "b4_function_define".
+# b4_yydestruct_generate
+# ----------------------
+# Define the "yydestruct" function.
m4_define_default([b4_yydestruct_generate],
[[/*-----------------------------------------------.
| Release the memory associated to this symbol. |
`-----------------------------------------------*/
/*ARGSUSED*/
m4_define_default([b4_yydestruct_generate],
[[/*-----------------------------------------------.
| Release the memory associated to this symbol. |
`-----------------------------------------------*/
/*ARGSUSED*/
+]b4_function_define([yydestruct],
[static void],
[[const char *yymsg], [yymsg]],
[[int yytype], [yytype]],
[static void],
[[const char *yymsg], [yymsg]],
[[int yytype], [yytype]],
-# b4_yy_symbol_print_generate(FUNCTION-DECLARATOR)
-# ------------------------------------------------
-# Generate the "yy_symbol_print" function, which declaration is issued using
-# FUNCTION-DECLARATOR, which may be "b4_function_define".
+# b4_yy_symbol_print_generate
+# ---------------------------
+# Define the "yy_symbol_print" function.
m4_define_default([b4_yy_symbol_print_generate],
[[
/*--------------------------------.
m4_define_default([b4_yy_symbol_print_generate],
[[
/*--------------------------------.
`--------------------------------*/
/*ARGSUSED*/
`--------------------------------*/
/*ARGSUSED*/
-]$1([yy_symbol_value_print],
+]b4_function_define([yy_symbol_value_print],
[static void],
[[FILE *yyoutput], [yyoutput]],
[[int yytype], [yytype]],
[static void],
[[FILE *yyoutput], [yyoutput]],
[[int yytype], [yytype]],
| Print this symbol on YYOUTPUT. |
`--------------------------------*/
| Print this symbol on YYOUTPUT. |
`--------------------------------*/
+]b4_function_define([yy_symbol_print],
[static void],
[[FILE *yyoutput], [yyoutput]],
[[int yytype], [yytype]],
[static void],
[[FILE *yyoutput], [yyoutput]],
[[int yytype], [yytype]],
YYFPRINTF Args; \
} while (YYID (0))
YYFPRINTF Args; \
} while (YYID (0))
-]b4_yy_symbol_print_generate([b4_function_define])[
+]b4_yy_symbol_print_generate[
# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
do { \
# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
do { \
/* Bison grammar-table manipulation. */
/* Bison grammar-table manipulation. */
-]b4_yydestruct_generate([b4_function_define])[
+]b4_yydestruct_generate[
/** Number of symbols composing the right hand side of rule #RULE. */
static inline int
/** Number of symbols composing the right hand side of rule #RULE. */
static inline int
-]b4_yy_symbol_print_generate([b4_function_define])[
+]b4_yy_symbol_print_generate[
/*------------------------------------------------------------------.
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
/*------------------------------------------------------------------.
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
}
#endif /* YYERROR_VERBOSE */
}
#endif /* YYERROR_VERBOSE */
-]b4_yydestruct_generate([b4_function_define])[
+]b4_yydestruct_generate[