/[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.15 by akim, Fri Nov 23 14:13:02 2001 UTC revision 1.16 by akim, Sat Dec 15 14:14:30 2001 UTC
# Line 50  typedef struct bucket Line 50  typedef struct bucket
50    short prec;    short prec;
51    associativity assoc;    associativity assoc;
52    short user_token_number;    short user_token_number;
53    
54    /* Points to the other in the identifier-symbol pair for an    /* Points to the other in the identifier-symbol pair for an
55       alias. Special value SALIAS in the identifier half of the       alias. Special value SALIAS in the identifier half of the
56       identifier-symbol pair for an alias.  */       identifier-symbol pair for an alias.  */
57    struct bucket *alias;    struct bucket *alias;
58    symbol_class class;    symbol_class class;
59  }  } bucket;
 bucket;  
60    
61    
62  extern bucket *firstsymbol;  extern bucket *firstsymbol;

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

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