Removed groff_font_path.
[pspp] / src / libpspp / hash.c
index 76503664f016816cdd0ac49e9b5bd31ebb8eeed8..c3a7eb7e59d7c82d5ec2feeda287cdc014b4befb 100644 (file)
 #include <assert.h>
 #include <ctype.h>
 #include <limits.h>
+#include <stdbool.h>
 #include <stdlib.h>
 #include "array.h"
 #include "alloc.h"
-#include <stdbool.h>
+#include "compiler.h"
 #include "misc.h"
 #include "str.h"
 
@@ -566,7 +567,7 @@ hsh_count (struct hsh_table *h)
 \f
 /* Debug helpers. */
 
-#if GLOBAL_DEBUGGING
+#if DEBUGGING
 #undef NDEBUG
 #include "message.h"
 #include <stdio.h>