]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Remove `%thong' support as it is undocumented, unused, duplicates
[bison.git] / ChangeLog
index 45aaf92dcbddb9391433afccd347c0c1d71de550..19a390d9b7b05a2d4def51cc5cafd3f0539201ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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)