Work toward getting rid of finalizers and control stacks and jumping around among...
[pspp] / src / language / xforms / recode.c
index a2d963188ac949d64fa5e1ea9829d8f59375411a..b359661bdfe95723841553f27947c3468961a865 100644 (file)
@@ -690,7 +690,7 @@ find_src_string (struct recode_trns *trns, const uint8_t *value,
 }
 
 /* Performs RECODE transformation. */
-static int
+static enum trns_result
 recode_trns_proc (void *trns_, struct ccase **c, casenumber case_idx UNUSED)
 {
   struct recode_trns *trns = trns_;