mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
c++: fix a comment
* data/c++.m4: Be sure to attach a ';' to its declaration, otherwise it appears in the preceding comment.
This commit is contained in:
@@ -157,7 +157,7 @@ m4_define([b4_public_types_declare],
|
|||||||
inline symbol_base_type ();
|
inline symbol_base_type ();
|
||||||
|
|
||||||
/// Constructor.]b4_locations_if([
|
/// 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(
|
inline symbol_base_type (]b4_join(
|
||||||
[const semantic_type& v],
|
[const semantic_type& v],
|
||||||
b4_locations_if([const location_type& l]))[);
|
b4_locations_if([const location_type& l]))[);
|
||||||
|
|||||||
Reference in New Issue
Block a user