mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
false -> yyfalse
This commit is contained in:
@@ -1675,7 +1675,7 @@ yyresolveValue (yySemanticOption* yyoptionList, yyGLRStack* yystack,
|
||||
yymerge = yyfalse;
|
||||
break;
|
||||
default:
|
||||
/* This cannot happen so it is not worth a YYASSERT (false),
|
||||
/* This cannot happen so it is not worth a YYASSERT (yyfalse),
|
||||
but some compilers complain if the default case is
|
||||
omitted. */
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user