Work toward getting rid of finalizers and control stacks and jumping around among...
[pspp] / src / language / stats / descriptives.c
index 819e836d0ef23cc45bc9aecc509271d55f7a1004..1fcc3097497f0bac373b1e5ffd993422ab450010 100644 (file)
@@ -615,7 +615,7 @@ descriptives_set_all_sysmis_zscores (const struct dsc_trns *t, struct ccase *c)
    analyis. 4) any of the variables in the original analysis were missing
    (either system or user-missing values that weren't included).
 */
-static int
+static enum trns_result
 descriptives_trns_proc (void *trns_, struct ccase **c,
                         casenumber case_idx UNUSED)
 {