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

Diff of /bison/src/state.h

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

revision 1.28 by akim, Sat Jun 15 18:24:08 2002 UTC revision 1.29 by akim, Sat Jun 15 18:24:25 2002 UTC
# Line 199  typedef struct state_s Line 199  typedef struct state_s
199    (state_t *) xcalloc ((unsigned) (sizeof (state_t)                     \    (state_t *) xcalloc ((unsigned) (sizeof (state_t)                     \
200                                    + (Nitems - 1) * sizeof (item_number_t)), 1)                                    + (Nitems - 1) * sizeof (item_number_t)), 1)
201    
202    /* Print on OUT all the lookaheads such that this STATE wants to
203       reduce this RULE.  */
204    
205    void state_rule_lookaheads_print PARAMS ((state_t *state, rule_t *rule,
206                                              FILE *out));
207    
208  #endif /* !STATE_H_ */  #endif /* !STATE_H_ */

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