Remove `%thong' support as it is undocumented, unused, duplicates
authorAkim Demaille <akim@epita.fr>
Mon, 10 Jun 2002 08:37:30 +0000 (08:37 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 10 Jun 2002 08:37:30 +0000 (08:37 +0000)
commit8b9f2372c70b91359921b4967275b02b83cdc110
treef37d6b9e825cab4489a8875e99e8c0bd1feb3f87
parent3ae2b51f0851bfd63f73ca4bc263292839d757b1
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.
ChangeLog
src/lex.h
src/options.c
src/reader.c