Sat Dec 27 16:16:49 2003 Ben Pfaff <blp@gnu.org>
[pspp-builds.git] / src / pool.c
index e7396574b38a6fac8b34072568c9020b573094f9..c30b2f7bc370cb0d7aa03ab4683cc450804cf484 100644 (file)
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif
+#include "pool.h"
 #include <assert.h>
 #include <stdlib.h>
 #include "alloc.h"
-#include "pool.h"
 #include "str.h"
 
 /* Fast, low-overhead memory block suballocator. */
@@ -113,9 +113,7 @@ union align
 /*#define DISCRETE_BLOCKS 1*/
 
 /* Enable debug code if appropriate. */
-#undef DEBUGGING
 #if SELF_TEST
-#define DEBUGGING 1
 #endif
 
 /* Size of each block allocated in the pool, in bytes.