From: Paul Eggert Date: Fri, 27 Jan 2006 22:51:00 +0000 (+0000) Subject: * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p. X-Git-Tag: v2.3b~474 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/d40ba6c2725f98cbbf8991f55023dd2e392efec9?hp=d40ba6c2725f98cbbf8991f55023dd2e392efec9 * 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. ---