Changed a lot of ints to bools.
[pspp-builds.git] / src / language / stats / frequencies.q
index 7174cf4cacfc97818afdbda1f30768f86651cde5..5e9e18937bbc84c4b5135799d72b83a525898d5d 100644 (file)
@@ -712,9 +712,9 @@ get_freq_comparator (int frq_sort, int var_type)
   return 0;
 }
 
-/* Returns nonzero iff the value in struct freq F is non-missing
+/* Returns true iff the value in struct freq F is non-missing
    for variable V. */
-static int
+static bool
 not_missing (const void *f_, void *v_) 
 {
   const struct freq *f = f_;