bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 10/10] glr.cc: fix a clang warning


From: Akim Demaille
Subject: [PATCH 10/10] glr.cc: fix a clang warning
Date: Mon, 8 Apr 2013 20:35:56 +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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/data/glr.cc b/data/glr.cc
index 52dc120..bb0234a 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.
-- 
1.8.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]