Rename compare_values, hash_values with "_short" suffix.
[pspp-builds.git] / src / language / stats / oneway.q
index 87a7500465ebd98c8c3aed3bc8db752879caa2b3..b2e77f45d06a29ba3f4574406232b9f606ea28fb 100644 (file)
@@ -907,8 +907,8 @@ run_oneway (struct cmd_oneway *cmd,
   taint = taint_clone (casereader_get_taint (input));
 
   global_group_hash = hsh_create (4,
-                                 compare_values,
-                                 hash_value,
+                                 compare_values_short,
+                                 hash_value_short,
                                  free_value,
                                  indep_var);