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

Diff of /bison/src/closure.h

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

revision 1.8 by akim, Sun Apr 7 17:44:24 2002 UTC revision 1.9 by akim, Mon Apr 8 11:45:59 2002 UTC
# Line 42  void new_closure PARAMS ((int n)); Line 42  void new_closure PARAMS ((int n));
42     significant).  CLOSURE places there the indices of all items which     significant).  CLOSURE places there the indices of all items which
43     represent units of input that could arrive next.  */     represent units of input that could arrive next.  */
44    
45  void closure PARAMS ((short *items, int n));  void closure PARAMS ((item_number_t *items, int n));
46    
47    
48  /* Frees ITEMSET, RULESET and internal data.  */  /* Frees ITEMSET, RULESET and internal data.  */
49    
50  void free_closure PARAMS ((void));  void free_closure PARAMS ((void));
51    
52  extern short *itemset;  extern item_number_t *itemset;
53  extern int nritemset;  extern int nritemset;
54    
55  #endif /* !CLOSURE_H_ */  #endif /* !CLOSURE_H_ */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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