Revert "Simplify handling of '.' and '-' after unbracketed named references."

This reverts commit bf3e44fe46.

See discussion following
<http://lists.gnu.org/archive/html/bison-patches/2011-01/msg00030.html>.
This commit is contained in:
Joel E. Denny
2011-01-29 10:58:03 -05:00
parent fe3cae17a1
commit 676997e53b
7 changed files with 159 additions and 147 deletions

View File

@@ -217,7 +217,7 @@ symbol_list_n_type_name_get (symbol_list *l, location loc, int n)
}
bool
symbol_list_null (symbol_list const *node)
symbol_list_null (symbol_list *node)
{
return !node ||
(node->content_type == SYMLIST_SYMBOL && !(node->content.sym));