+2002-06-10 Akim Demaille <akim@epita.fr>
+
+ * src/symtab.c, src/symtab.c (symbol_class_set)
+ (symbol_user_token_number_set): New.
+ * src/reader.c (parse_token_decl): Use them.
+ Use a switch instead of ifs.
+ Use a single argument.
+
+2002-06-10 Akim Demaille <akim@epita.fr>
+
+ Remove `%thong' support as it is undocumented, unused, duplicates
+ `%token's job, and creates useless e-mail traffic with people who
+ want to know what it is, why it is undocumented, unused, and
+ duplicates `%token's job.
+
+ * src/reader.c (parse_thong_decl): Remove.
+ * src/options.c (option_table): Remove "thong".
+ * src/lex.h (tok_thong): Remove.
+
+2002-06-10 Akim Demaille <akim@epita.fr>
+
+ * src/symtab.c, src/symtab.c (symbol_type_set)
+ (symbol_precedence_set): New.
+ * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
+ (value_components_used): Remove, unused.
+
2002-06-09 Akim Demaille <akim@epita.fr>
Move symbols handling code out of the reader.