* data/glr.cc (yyerror): The location is const.
b4_c_ansi_function_decl([yyerror],
[static void],
b4_c_ansi_function_decl([yyerror],
[static void],
- [[b4_namespace_ref::b4_parser_class_name::location_type *yylocationp], [yylocationp]],
+ [[const b4_namespace_ref::b4_parser_class_name::location_type *yylocationp],
+ [yylocationp]],
b4_parse_param,
[[const char* msg], [msg]])])
b4_parse_param,
[[const char* msg], [msg]])])
]b4_c_ansi_function_def([yyerror],
[static void],
]b4_c_ansi_function_def([yyerror],
[static void],
- [[b4_namespace_ref::b4_parser_class_name::location_type *yylocationp], [yylocationp]],
+ [[const b4_namespace_ref::b4_parser_class_name::location_type *yylocationp],
+ [yylocationp]],
b4_parse_param,
[[const char* msg], [msg]])[
{
b4_parse_param,
[[const char* msg], [msg]])[
{