From: Paul Eggert Date: Thu, 15 Sep 2005 18:02:03 +0000 (+0000) Subject: false -> yyfalse X-Git-Tag: BISON-2_1~7 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d110145422cc59a8d588735a4671fc4cae9aad76 false -> yyfalse --- diff --git a/data/glr.c b/data/glr.c index 5bb8e2d0..c6e84538 100644 --- a/data/glr.c +++ b/data/glr.c @@ -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;