Remove broken URL.

This commit is contained in:
Paul Eggert
2002-12-24 09:03:23 +00:00
parent ebec3740c2
commit 7ea9026a59

View File

@@ -84,9 +84,8 @@
Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
lookahead symbol, and which sets yychar in parser actions) and it lookahead symbol, and which sets yychar in parser actions) and it
disagreed with the Bison documentation. This should fix the bug disagreed with the Bison documentation. Bug
reported by Andrew Walrond in reported by Andrew Walrond.
<http://mail.gnu.org/pipermail/bug-bison/2002-December/001949.html>.
* data/yacc.c (YYTRANSLATE): Don't check for negative argument, * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
as the caller now does that. as the caller now does that.