mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Rework Bool_Array.
This commit is contained in:
@@ -24,14 +24,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
|
||||
#include <string.h>
|
||||
#include "options.h"
|
||||
|
||||
unsigned int * Bool_Array::storage_array;
|
||||
unsigned int Bool_Array::iteration_number;
|
||||
unsigned int Bool_Array::size;
|
||||
|
||||
/* Prints out debugging diagnostics. */
|
||||
|
||||
/* Frees this object. */
|
||||
Bool_Array::~Bool_Array (void)
|
||||
{
|
||||
/* Print out debugging diagnostics. */
|
||||
if (option[DEBUG])
|
||||
fprintf (stderr, "\ndumping boolean array information\n"
|
||||
"size = %d\niteration number = %d\nend of array dump\n",
|
||||
|
||||
Reference in New Issue
Block a user