From: Akim Demaille Date: Fri, 4 May 2012 12:08:02 +0000 (+0200) Subject: glr.cc: formatting changes. X-Git-Tag: v2.5.1_rc2~36 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/021a7cfb3eed5c992db326210dbff9054c43b587 glr.cc: formatting changes. * data/glr.cc: Fit in 80 columns. --- diff --git a/data/glr.cc b/data/glr.cc index b7f0a9c1..f5f0f447 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -151,7 +151,8 @@ m4_pushdef([b4_parse_param], m4_defn([b4_parse_param_orig]))dnl inline void ]b4_parser_class_name[::yy_symbol_value_print_ (int yytype, - const semantic_type* yyvaluep, const location_type* yylocationp) + const semantic_type* yyvaluep, + const location_type* yylocationp) { YYUSE (yylocationp); YYUSE (yyvaluep); @@ -169,7 +170,8 @@ m4_pushdef([b4_parse_param], m4_defn([b4_parse_param_orig]))dnl void ]b4_parser_class_name[::yy_symbol_print_ (int yytype, - const semantic_type* yyvaluep, const location_type* yylocationp) + const semantic_type* yyvaluep, + const location_type* yylocationp) { *yycdebug_ << (yytype < YYNTOKENS ? "token" : "nterm") << ' ' << yytname[yytype] << " ("