/[bison]/bison/src/symtab.c
ViewVC logotype

Diff of /bison/src/symtab.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by akim, Thu Oct 4 14:55:21 2001 UTC revision 1.15 by akim, Fri Nov 2 15:27:11 2001 UTC
# Line 1  Line 1 
1  /* Symbol table manager for Bison,  /* Symbol table manager for Bison,
2     Copyright 1984, 1989, 2000 Free Software Foundation, Inc.     Copyright 1984, 1989, 2000, 2001 Free Software Foundation, Inc.
3    
4     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
5    
# Line 58  bucket_new (const char *tag, int hashval Line 58  bucket_new (const char *tag, int hashval
58    res->value = 0;    res->value = 0;
59    res->prec = 0;    res->prec = 0;
60    res->assoc = right_assoc;    res->assoc = right_assoc;
61    res->user_token_number = 0;    res->user_token_number = SUNDEF;
62    res->alias = NULL;    res->alias = NULL;
63    res->class = unknown_sym;    res->class = unknown_sym;
64    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26