+2001-12-17 Paul Eggert <eggert@twinsun.com>
+
+ * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
+ YYDEBUG must be defined to a nonzero value.
+
+ * src/bison.simple (yytname): Do not assume that the user defines
+ YYDEBUG to a properly parenthesized expression.
+
+2001-12-17 Akim Demaille <akim@epita.fr>
+
+ * src/state.h (state_t): Rename lookaheads as lookaheadsp.
+ nlookaheads is a new member.
+ Adjust all users.
+ * src/lalr.h (nlookaheads): Remove this orphan declaration.
+ * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
+ state.
+
+
2001-12-17 Akim Demaille <akim@epita.fr>
* src/files.h, src/files.c (open_files, close_files): Remove.