]> git.saurik.com Git - bison.git/commitdiff
enum -> enum_
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:26:15 +0000 (07:26 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2002 07:26:15 +0000 (07:26 +0000)
lib/bitset_stats.h
lib/bitsetv.h

index 4474b35dd5f6b6f58bacf5939308e508631e1267..63f513527f9de45aa6cbc53b6f0767a403989b47 100644 (file)
@@ -28,6 +28,6 @@ extern enum bitset_type bitset_stats_type_get PARAMS ((bitset));
 extern size_t bitset_stats_bytes PARAMS ((void));
 
 extern bitset bitset_stats_init PARAMS ((bitset, bitset_bindex, 
-                                        enum bitset_type));
+                                        enum_bitset_type));
 
 #endif
index f11bd9d5f026be7c022a05459725a24231955f30..343ef497b37cfb53199d8ebc5c082d87df7d7366 100644 (file)
@@ -26,7 +26,7 @@ typedef bitset * bitsetv;
 /* Create a vector of N_VECS bitsets, each of N_BITS, and of
    type TYPE.  */
 extern bitsetv bitsetv_alloc PARAMS ((bitset_bindex, bitset_bindex,
-                                     enum bitset_type));
+                                     enum_bitset_type));
 
 /* Create a vector of N_VECS bitsets, each of N_BITS, and with
    attribute hints specified by ATTR.  */