bison-patches
[Top][All Lists]
Advanced

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

[PATCH 08/11] c++: fix a comment


From: Akim Demaille
Subject: [PATCH 08/11] c++: fix a comment
Date: Fri, 3 Aug 2012 10:39:58 +0200

* data/c++.m4: Be sure to attach a ';' to its declaration, otherwise
it appears in the preceding comment.
---
 data/c++.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/c++.m4 b/data/c++.m4
index 4a7169c..86fd291 100644
--- a/data/c++.m4
+++ b/data/c++.m4
@@ -157,7 +157,7 @@ m4_define([b4_public_types_declare],
       inline symbol_base_type ();
 
       /// Constructor.]b4_locations_if([
-      inline symbol_base_type (const location_type& l)])[;
+      inline symbol_base_type (const location_type& l);])[
       inline symbol_base_type (]b4_join(
         [const semantic_type& v],
         b4_locations_if([const location_type& l]))[);
-- 
1.7.11.3




reply via email to

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