+2006-04-17 Jason Stover <jason@wonko.gcsu.edu>
+
+ * regression.q (regression_trns_proc): Accept case_idx as an int
+ to match the definition of trns_proc_func.
+
2006-04-17 Jason Stover <jhs@math.gcsu.edu>
* regression.q (regression_trns_proc): New function.
statistics_keyword_output (reg_stats_selection, keywords[selection], c);
}
static int
-regression_trns_proc (void *m, struct ccase *c, size_t case_idx)
+regression_trns_proc (void *m, struct ccase *c, int case_idx)
{
size_t i;
size_t n_vars;