]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
Simplify the i18n of the error messages.
[bison.git] / data / lalr1.cc
index e7620a2307daa9452f2f7eeff34e15ad30db1793..a3f7567ac4cc0a46bea1650189f0900c6825c4a8 100644 (file)
@@ -862,7 +862,8 @@ b4_error_verbose_if([int yystate, int yytoken],
        int yychecklim = yylast_ - yyn + 1;
        int yyxend = yychecklim < yyntokens_ ? yychecklim : yyntokens_;
 
-        // Number of "expected" tokens.
+        // Number of reported tokens (one for the "unexpected", one per
+        // "expected").
        size_t yycount = 0;
         // Its maximum.
         enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };