1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Simplify Bool_Array.

This commit is contained in:
Bruno Haible
2002-10-17 14:10:32 +00:00
parent a50f8b1712
commit a6fd7cc006
5 changed files with 15 additions and 17 deletions

View File

@@ -32,7 +32,7 @@ Bool_Array::Bool_Array (void)
}
INLINE void
Bool_Array::init (STORAGE_TYPE *buffer, unsigned int s)
Bool_Array::init (unsigned int *buffer, unsigned int s)
{
size = s;
iteration_number = 1;