Got rid of pref.h.orig (and pref.h) entirely, moving its contents into
[pspp-builds.git] / src / libpspp / pool.h
index 4f33dfa0d09a888bc3c0e2763f48968704850de9..f2b01fe195522cdf0467ae65f1d2e515c8371b16 100644 (file)
@@ -92,7 +92,7 @@ int pool_unregister (struct pool *, void *);
 void pool_mark (struct pool *, struct pool_mark *);
 void pool_release (struct pool *, const struct pool_mark *);
 
-#if GLOBAL_DEBUGGING
+#if DEBUGGING
 void pool_dump (const struct pool *, const char *title);
 #endif