From: Akim Demaille Date: Mon, 10 Jun 2002 08:37:30 +0000 (+0000) Subject: Remove `%thong' support as it is undocumented, unused, duplicates X-Git-Tag: BISON-1_49b~200 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/8b9f2372c70b91359921b4967275b02b83cdc110?hp=8b9f2372c70b91359921b4967275b02b83cdc110 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. ---