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

Diff of /bison/src/symtab.h

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

revision 1.35 by akim, Mon Jun 17 08:43:11 2002 UTC revision 1.36 by akim, Tue Jun 18 09:55:35 2002 UTC
# Line 56  struct symbol_s Line 56  struct symbol_s
56  {  {
57    /* The key, name of the symbol.  */    /* The key, name of the symbol.  */
58    char *tag;    char *tag;
59      /* The location of its first occurence.  */
60      location_t location;
61    
62    /* Its %type and associated destructor.  */    /* Its %type and associated destructor.  */
63    char *type_name;    char *type_name;
64    char *destructor;    char *destructor;
65      location_t destructor_location;
66    
   /* The location of its first occurence.  */  
   location_t location;  
67    
68    symbol_number_t number;    symbol_number_t number;
69    short prec;    short prec;

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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