(print_token_value): Omit parameter names from forward decl,
for consistency.
#undef yyerror
#define yyerror(Msg) \
gram_error (&yylloc, Msg)
#undef yyerror
#define yyerror(Msg) \
gram_error (&yylloc, Msg)
+static void gram_error (location_t const *, char const *);
#define YYPRINT(File, Type, Value) \
print_token_value (File, Type, &Value)
#define YYPRINT(File, Type, Value) \
print_token_value (File, Type, &Value)
-static void print_token_value (FILE *file, int type, YYSTYPE const *value);
+static void print_token_value (FILE *, int, YYSTYPE const *);
static void add_param (char const *, char const *, location_t);
static void add_param (char const *, char const *, location_t);
gram_error (location_t const *loc, char const *msg)
{
complain_at (*loc, "%s", msg);
gram_error (location_t const *loc, char const *msg)
{
complain_at (*loc, "%s", msg);