* NEWS: Reword the post-2.3 change to not be so optimistic about

removing the old "look-ahead" spelling.
Update previous look-ahead/lookahead change reports.
* REFERENCES: look-ahead -> lookahead (since that's
what he actually wrote).
* doc/refcard.tex: look ahead -> lookahead,
look-ahead -> lookahead
This commit is contained in:
Paul Eggert
2006-06-11 08:16:04 +00:00
parent 742e4900c8
commit 9e6e7ed2b2
4 changed files with 19 additions and 9 deletions

View File

@@ -458,7 +458,7 @@ as either {\tt first_column} or {\tt last_column}.
\section {Variables and Types}
%*****************************
\key{Current look ahead token.} {yychar}
\key{Current lookahead token.} {yychar}
\key{Debug mode flag.} {yydebug}
\key{Data associated with the current token.} {yylval}
\key{Source position of current token.} {yylloc}
@@ -489,8 +489,8 @@ as either {\tt first_column} or {\tt last_column}.
\key{Quit parsing immediately. Return 1.} {YYABORT}
\key{Quit parsing immediately. Return 0.} {YYACCEPT}
\key{Pretend a syntax error occurred.} {YYERROR}
\key{Value in {\tt yychar} if no look-ahead token.} {YYEMPTY}
\key{Clear previous look ahead token.} {yyclearin}
\key{Value in {\tt yychar} if no lookahead token.} {YYEMPTY}
\key{Clear previous lookahead token.} {yyclearin}
\key{Recover normally from an error.} {yyerrok}
% **************