]> git.saurik.com Git - bison.git/commit
* src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 Jan 2006 22:51:00 +0000 (22:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 27 Jan 2006 22:51:00 +0000 (22:51 +0000)
commitd40ba6c2725f98cbbf8991f55023dd2e392efec9
tree32d2c280150e96b963ce511bdcb211414a018ee2
parentbf8b3d98215af40f5b5902d0a2596bd2bf03a68c
* src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
All used changed.  Check whether the symbol has a destructor,
not whether it is typed.
* tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
that the values are still reported as unused.  All line numbers
adjusted.
ChangeLog
src/reader.c
tests/input.at