From: Akim Demaille Date: Thu, 2 Aug 2012 12:19:40 +0000 (+0200) Subject: c++: fix a comment X-Git-Tag: v2.7.90~360 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ee52f6ec6ba94a9e8bdb99f5c456bd8b6bce37ba?ds=inline c++: fix a comment * data/c++.m4: Be sure to attach a ';' to its declaration, otherwise it appears in the preceding comment. --- diff --git a/data/c++.m4 b/data/c++.m4 index 4a7169c3..86fd291f 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]))[);