X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fxforms%2Ffail.c;h=d1cfabf6676478deb66baca38b371431c5ddd1d6;hb=cc57a28ef6796ae9a64ef80d453f72126956d49d;hp=ad3425c8a28dadd966ef5a59d26bd618c0f64e20;hpb=9bf1c33953f7feff2a24a06293f6fe96b75cc41a;p=pspp-builds.git diff --git a/src/language/xforms/fail.c b/src/language/xforms/fail.c index ad3425c8..d1cfabf6 100644 --- a/src/language/xforms/fail.c +++ b/src/language/xforms/fail.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,14 +24,14 @@ #include #include -static int trns_fail (void *x, struct ccase *c, casenumber n); +static int trns_fail (void *x, struct ccase **c, casenumber n); /* A transformation which is guaranteed to fail. */ static int -trns_fail (void *x UNUSED, struct ccase *c UNUSED, +trns_fail (void *x UNUSED, struct ccase **c UNUSED, casenumber n UNUSED) { return TRNS_ERROR;