/[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.18 by akim, Thu Dec 27 18:13:09 2001 UTC revision 1.19 by akim, Sun Apr 7 15:29:56 2002 UTC
# Line 1  Line 1 
1  /* Symbol table manager for Bison,  /* Symbol table manager for Bison,
2     Copyright 1984, 1989, 2000, 2001 Free Software Foundation, Inc.     Copyright 1984, 1989, 2000, 2001, 2002 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 55  bucket_new (const char *tag, int hashval Line 55  bucket_new (const char *tag, int hashval
55    res->next = NULL;    res->next = NULL;
56    res->tag = xstrdup (tag);    res->tag = xstrdup (tag);
57    res->type_name = NULL;    res->type_name = NULL;
58    res->value = -1;    res->number = -1;
59    res->prec = 0;    res->prec = 0;
60    res->assoc = right_assoc;    res->assoc = right_assoc;
61    res->user_token_number = SUNDEF;    res->user_token_number = SUNDEF;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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