mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
false -> yyfalse
This commit is contained in:
@@ -1675,7 +1675,7 @@ yyresolveValue (yySemanticOption* yyoptionList, yyGLRStack* yystack,
|
|||||||
yymerge = yyfalse;
|
yymerge = yyfalse;
|
||||||
break;
|
break;
|
||||||
default:
|
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
|
but some compilers complain if the default case is
|
||||||
omitted. */
|
omitted. */
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user