/[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.31 by akim, Sat Jun 15 18:21:11 2002 UTC revision 1.32 by akim, Sat Jun 15 18:21:46 2002 UTC
# Line 59  struct symbol_s Line 59  struct symbol_s
59    /* Its type. */    /* Its type. */
60    char *type_name;    char *type_name;
61    
62      /* The location of its first occurence. */
63      location_t location;
64    
65    symbol_number_t number;    symbol_number_t number;
66    short prec;    short prec;
67    associativity assoc;    associativity assoc;
# Line 85  struct symbol_s Line 88  struct symbol_s
88    
89    
90  /* Fetch (or create) the symbol associated to KEY.  */  /* Fetch (or create) the symbol associated to KEY.  */
91  symbol_t *getsym PARAMS ((const char *key));  symbol_t *getsym PARAMS ((const char *key, location_t location));
92    
93  /* Declare the new SYMBOL.  Make it an alias of SYMVAL.  */  /* Declare the new SYMBOL.  Make it an alias of SYMVAL.  */
94  void symbol_make_alias PARAMS ((symbol_t *symbol, symbol_t *symval));  void symbol_make_alias PARAMS ((symbol_t *symbol, symbol_t *symval));

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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