Added casereader_clone function.
[pspp-builds.git] / src / language / xforms / count.c
index 38e3e955775513d340b9b01f8bfc3db95f8e7429..8f6c8f627243c93584ce7b850cee2770ff600115 100644 (file)
@@ -325,7 +325,7 @@ count_string (struct criteria *crit, struct ccase *c)
 /* Performs the COUNT transformation T on case C. */
 static int
 count_trns_proc (void *trns_, struct ccase *c,
-                 int case_num UNUSED)
+                 casenum_t case_num UNUSED)
 {
   struct count_trns *trns = trns_;
   struct dst_var *dv;