Add yet another expression test and fix the bugs it found.
[pspp-builds.git] / src / val.h
index 3b42a83bb79476b9749fa4a637962b95e2372052..353141b98858cb1bdf31ec9d32792b29487fafc1 100644 (file)
--- a/src/val.h
+++ b/src/val.h
@@ -20,6 +20,8 @@
 #if !val_h
 #define val_h 1
 
+#include <float.h>
+#include "config.h"
 
 /* Values. */
 
@@ -68,5 +70,8 @@ union value
 
 int compare_values (const union value *a, const union value *b, int width);
 
+unsigned  hash_value(const union value  *v, int width);
+
+
 
 #endif /* !val_h */