]> git.saurik.com Git - bison.git/commitdiff
c++: fix a comment
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 2 Aug 2012 12:19:40 +0000 (14:19 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 2 Aug 2012 13:32:52 +0000 (15:32 +0200)
* data/c++.m4: Be sure to attach a ';' to its declaration, otherwise
it appears in the preceding comment.

data/c++.m4

index 4a7169c321fcb71c146340513c98d03acc7b1369..86fd291f4b00672ccdeb51abc3e0621442f479ef 100644 (file)
@@ -157,7 +157,7 @@ m4_define([b4_public_types_declare],
       inline symbol_base_type ();
 
       /// Constructor.]b4_locations_if([
       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]))[);
       inline symbol_base_type (]b4_join(
         [const semantic_type& v],
         b4_locations_if([const location_type& l]))[);