/[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.40 by akim, Sun Jun 30 17:27:57 2002 UTC revision 1.41 by akim, Sun Jun 30 17:34:52 2002 UTC
# Line 91  struct symbol_s Line 91  struct symbol_s
91  #define NUMBER_UNDEFINED ((symbol_number_t) -1)  #define NUMBER_UNDEFINED ((symbol_number_t) -1)
92    
93    
 /* Return the tag of this SYMBOL in a printable form.  Warning: uses  
    the QUOTEARG slot 0.  */  
 const char *symbol_tag_get PARAMS ((symbol_t *symbol));  
   
 /* Return the tag of this SYMBOL in a printable form.  Use the  
    QUOTEARG slot number N.  */  
 const char *symbol_tag_get_n PARAMS ((symbol_t *symbol, int n));  
   
 /* Print the tag of this SYMBOL.  */  
 void symbol_tag_print PARAMS ((symbol_t *symbol, FILE *out));  
   
94  /* Fetch (or create) the symbol associated to KEY.  */  /* Fetch (or create) the symbol associated to KEY.  */
95  symbol_t *symbol_get PARAMS ((const char *key, location_t location));  symbol_t *symbol_get PARAMS ((const char *key, location_t location));
96    

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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