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

Diff of /bison/src/reader.h

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

revision 1.29 by eggert, Fri Nov 8 06:14:29 2002 UTC revision 1.30 by akim, Tue Nov 12 08:05:59 2002 UTC
# Line 27  Line 27 
27  typedef struct merger_list  typedef struct merger_list
28  {  {
29    struct merger_list* next;    struct merger_list* next;
30    const char* name;    struniq_t name;
31    const char* type;    struniq_t type;
32  }  }
33  merger_list;  merger_list;
34    
# Line 76  void grammar_rule_end (location_t l); Line 76  void grammar_rule_end (location_t l);
76  void grammar_midrule_action (void);  void grammar_midrule_action (void);
77  void grammar_current_rule_prec_set (symbol_t *precsym, location_t l);  void grammar_current_rule_prec_set (symbol_t *precsym, location_t l);
78  void grammar_current_rule_dprec_set (int dprec, location_t l);  void grammar_current_rule_dprec_set (int dprec, location_t l);
79  void grammar_current_rule_merge_set (const char* name, location_t l);  void grammar_current_rule_merge_set (struniq_t name, location_t l);
80    
81  void grammar_current_rule_symbol_append (symbol_t *symbol, location_t l);  void grammar_current_rule_symbol_append (symbol_t *symbol, location_t l);
82  void grammar_current_rule_action_append (const char *action, location_t l);  void grammar_current_rule_action_append (const char *action, location_t l);

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

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