/[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.28 by akim, Mon Jun 10 08:36:49 2002 UTC revision 1.29 by akim, Mon Jun 10 08:37:55 2002 UTC
# Line 96  void symbol_type_set PARAMS ((symbol_t * Line 96  void symbol_type_set PARAMS ((symbol_t *
96  void symbol_precedence_set PARAMS ((symbol_t *symbol,  void symbol_precedence_set PARAMS ((symbol_t *symbol,
97                                      int prec, associativity assoc));                                      int prec, associativity assoc));
98    
99    /* Set the CLASS associated to SYMBOL.  */
100    void symbol_class_set PARAMS ((symbol_t *symbol, symbol_class class));
101    
102    /* Set the USER_TOKEN_NUMBER associated to SYMBOL.  */
103    void symbol_user_token_number_set PARAMS ((symbol_t *symbol, int user_number));
104    
105    
106  /* Distinguished symbols.  AXIOM is the real start symbol, that used  /* Distinguished symbols.  AXIOM is the real start symbol, that used
107     by the automaton.  STARTSYMBOL is the one specified by the user.     by the automaton.  STARTSYMBOL is the one specified by the user.
108     */     */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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