false -> yyfalse

This commit is contained in:
Paul Eggert
2005-09-15 18:02:03 +00:00
parent ae199bf10f
commit d110145422

View File

@@ -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;