From: Akim Demaille Date: Mon, 8 Apr 2013 17:52:16 +0000 (+0200) Subject: glr.cc: fix a clang warning X-Git-Tag: v2.7.1~2 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/49964a4fe00e57c3df9442bb42621b5ab6088171?hp=68f91d58f15abe21c65a8b4d7022ccb854c857dc glr.cc: fix a clang warning * data/glr.cc (b4_epilogue): Be sure to end with an end-of-line, so that the file does end with one. --- diff --git a/data/glr.cc b/data/glr.cc index 52dc1200..bb0234a7 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -211,7 +211,8 @@ m4_pushdef([b4_parse_param], m4_defn([b4_parse_param_orig]))dnl #endif ]m4_popdef([b4_parse_param])dnl -b4_namespace_close]) +b4_namespace_close +]) # Let glr.c believe that the user arguments include the parser itself.