Work toward getting rid of finalizers and control stacks and jumping around among...
[pspp] / src / language / xforms / fail.c
index f23fcec3f1fc79c6b8511e34f54b9e60a56ecaf1..ec94fe25a5e8b8a0569b609f466ae4d770639248 100644 (file)
 #include "language/command.h"
 #include "language/lexer/lexer.h"
 #include "libpspp/message.h"
-
-static int trns_fail (void *x, struct ccase **c, casenumber n);
 \f
 /* A transformation which is guaranteed to fail. */
 
-static int
+static enum trns_result
 trns_fail (void *x UNUSED, struct ccase **c UNUSED,
           casenumber n UNUSED)
 {