]> git.saurik.com Git - bison.git/commitdiff
glr.cc: fix a clang warning
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Apr 2013 17:52:16 +0000 (19:52 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Apr 2013 17:52:16 +0000 (19:52 +0200)
* data/glr.cc (b4_epilogue): Be sure to end with an end-of-line,
so that the file does end with one.

data/glr.cc

index 52dc12009e13aa4270f05faf9f0ce8ac4d5f4faf..bb0234a7c51eb8270ac0a80bbc47e743824e6c68 100644 (file)
@@ -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.