Rename compare_values, hash_values with "_short" suffix.
[pspp-builds.git] / src / math / coefficient.c
index f738c783f241fedd1137d3100a372c5664b8341b..1f157433ee21a901eda70718313a2f5edc18c676 100644 (file)
@@ -186,8 +186,8 @@ pspp_coeff_var_to_coeff (const struct variable *v, struct pspp_coeff **coefs,
          if (val != NULL)
            {
              j = i;
-             while (j < n_coef && compare_values (pspp_coeff_get_value (coefs[j], v),
-                                                  val, v) != 0)
+             while (j < n_coef && compare_values_short (pspp_coeff_get_value (coefs[j], v),
+                                                         val, v) != 0)
                {
                  j++;
                }