]> git.saurik.com Git - bison.git/blobdiff - lib/bitset.h
* doc/bison.texinfo: Correct typos in previous fix.
[bison.git] / lib / bitset.h
index 292f7894c268ab252a031878622a505e187308e7..0b6aa6b3362932d5e6c3254e97031cdb5b2648f0 100644 (file)
@@ -371,10 +371,10 @@ extern void bitset_stats_enable (void);
 extern void bitset_stats_disable (void);
 
 /* Read bitset stats file of accummulated stats.  */
-void bitset_stats_read (const char *filename);
+void bitset_stats_read (const char *file_name);
 
 /* Write bitset stats file of accummulated stats.  */
-void bitset_stats_write (const char *filename);
+void bitset_stats_write (const char *file_name);
 
 /* Dump bitset stats.  */
 extern void bitset_stats_dump (FILE *);