regression_trns_proc accepts an int as the third arg
[pspp-builds.git] / src / language / stats / regression.q
index 417bb5c17ffc8728570bf8fb2199c8d127c7a9dc..26c584f409f5f0159a2dbc8f811d9eb6d3c448fc 100644 (file)
@@ -502,7 +502,7 @@ subcommand_statistics (int *keywords, pspp_linreg_cache * c)
   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;