X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7ba81a101f5df0036f9d88a8c72d021a8d3ec69f..e89a22bfab22e4d2ee73be49dcb66b51f8d0e892:/src/symtab.c?ds=sidebyside diff --git a/src/symtab.c b/src/symtab.c index 6e5d5ea9..455e74e2 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -1,5 +1,5 @@ /* Symbol table manager for Bison, - Copyright 1984, 1989, 2000 Free Software Foundation, Inc. + Copyright 1984, 1989, 2000, 2001 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -58,7 +58,7 @@ bucket_new (const char *tag, int hashval) res->value = 0; res->prec = 0; res->assoc = right_assoc; - res->user_token_number = 0; + res->user_token_number = SUNDEF; res->alias = NULL; res->class = unknown_sym;