mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 18:53:04 +00:00
style: c++: formatting changes
* data/skeletons/variant.hh, data/skeletons/glr2.cc: Fix space before paren issue.
This commit is contained in:
@@ -2189,8 +2189,7 @@ b4_dollar_popdef])[]dnl
|
|||||||
{
|
{
|
||||||
const state_num yystate = this->topState (yys)->yylrState;
|
const state_num yystate = this->topState (yys)->yylrState;
|
||||||
const short* yyconflicts;
|
const short* yyconflicts;
|
||||||
const int yyaction
|
const int yyaction = yygetLRActions (yystate, yytoken_to_shift, yyconflicts);
|
||||||
= yygetLRActions (yystate, yytoken_to_shift, yyconflicts);
|
|
||||||
/* Note that yyconflicts were handled by yyprocessOneStack. */
|
/* Note that yyconflicts were handled by yyprocessOneStack. */
|
||||||
YYCDEBUG << "On stack " << yys.get() << ", ";
|
YYCDEBUG << "On stack " << yys.get() << ", ";
|
||||||
YY_SYMBOL_PRINT ("shifting", yytoken_to_shift, this->yylval, this->yylloc);
|
YY_SYMBOL_PRINT ("shifting", yytoken_to_shift, this->yylval, this->yylloc);
|
||||||
|
|||||||
Reference in New Issue
Block a user