mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-28 13:43:02 +00:00
c++: coding style fixes
* data/lalr1.cc, tests/c++.at: Formatting changes.
This commit is contained in:
@@ -98,7 +98,7 @@ typedef std::list<std::string> strings_type;
|
||||
// digraph for the left square bracket.
|
||||
%type <::std::list<std::string>> list result;
|
||||
|
||||
%printer { debug_stream() << $][$; }
|
||||
%printer { yyo << $][$; }
|
||||
<int> <::std::string> <::std::list<std::string>>;
|
||||
%%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user