Adopt use of gnulib for portability.
[pspp] / src / hash.c
index 1d9c2f5b3424188e622a79eb861c702ebda859e5..019ddb1a4ae87e02aed24ed115f53fb5c48a4e3e 100644 (file)
 #include <config.h>
 #include "hash.h"
 #include "error.h"
+#include <assert.h>
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>
 #include "algorithm.h"
 #include "alloc.h"
-#include "bool.h"
+#include <stdbool.h>
 #include "misc.h"
 #include "str.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
 /* Note for constructing hash functions:
 
    You can store the hash values in the records, then compare hash