1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Rework Bool_Array.

This commit is contained in:
Bruno Haible
2002-10-30 12:36:40 +00:00
parent c7f32d582f
commit a07f46bd1d
6 changed files with 59 additions and 66 deletions

View File

@@ -1,5 +1,13 @@
2002-10-03 Bruno Haible <bruno@clisp.org>
* src/bool-array.h (Bool_Array): Make all members non-static.
Add an argument to the constructor. Remove init(), rename reset() to
clear(), rename find() to set_bit().
* src/bool-array.icc: Move init() code into the constructor.
Rename reset() to clear(), rename find() to set_bit().
* src/gen-perf.h (Gen_Perf): Add collision_detector member.
* src/gen-perf.cc: Update.
* src/gen-perf.h (Gen_Perf::doit_all): Renamed from
Gen_Perf::operator ().
* src/gen-perf.cc (Gen_Perf::doit_all): Renamed from