]> git.saurik.com Git - bison.git/commitdiff
false -> yyfalse
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2005 18:02:03 +0000 (18:02 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 15 Sep 2005 18:02:03 +0000 (18:02 +0000)
data/glr.c

index 5bb8e2d06b516b7b03fe5f679872a30796f3f7d8..c6e845385265b0e13092772f3e15597cedcb1d89 100644 (file)
@@ -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;