Clean up pref.h.orig and deal with the consequences.
[pspp] / src / hash.c
index 38dd7ee27671f0eae0764bf6864b388e43ef2da6..9961612ccf0ec2f5b24e61c2dd2650e9250cfc16 100644 (file)
@@ -229,7 +229,7 @@ hsh_rehash (struct hsh_table *h, size_t new_size)
 /* A "algo_predicate_func" that returns nonzero if DATA points
    to a non-null void. */
 static int
-not_null (const void *data_, void *aux unused
+not_null (const void *data_, void *aux UNUSED
 {
   void *const *data = data_;