/[bison]/bison/lib/bitsetv.h
ViewVC logotype

Diff of /bison/lib/bitsetv.h

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

revision 1.3 by akim, Mon Mar 4 14:15:01 2002 UTC revision 1.4 by eggert, Wed Oct 2 07:55:44 2002 UTC
# Line 25  typedef bitset * bitsetv; Line 25  typedef bitset * bitsetv;
25    
26  /* Create a vector of N_VECS bitsets, each of N_BITS, and of  /* Create a vector of N_VECS bitsets, each of N_BITS, and of
27     type TYPE.  */     type TYPE.  */
28  extern bitsetv bitsetv_alloc PARAMS ((unsigned int, unsigned int,  extern bitsetv bitsetv_alloc PARAMS ((bitset_bindex, bitset_bindex,
29                                        enum bitset_type));                                        enum bitset_type));
30    
31  /* Create a vector of N_VECS bitsets, each of N_BITS, and with  /* Create a vector of N_VECS bitsets, each of N_BITS, and with
32     attribute hints specified by ATTR.  */     attribute hints specified by ATTR.  */
33  extern bitsetv bitsetv_create PARAMS ((unsigned int, unsigned int,  extern bitsetv bitsetv_create PARAMS ((bitset_bindex, bitset_bindex,
34                                         unsigned int));                                         unsigned int));
35    
36  /* Free vector of bitsets.  */  /* Free vector of bitsets.  */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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