regression_trns_proc accepts an int as the third arg
authorJason Stover <jhs@math.gcsu.edu>
Mon, 17 Apr 2006 17:50:19 +0000 (17:50 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Mon, 17 Apr 2006 17:50:19 +0000 (17:50 +0000)
src/language/stats/ChangeLog
src/language/stats/regression.q

index 05cede62a18f5d6fb15adf0b2c7c423097631c76..ee9009b0d9b6fd35619572cea76213268ec27c17 100644 (file)
@@ -1,3 +1,8 @@
+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.
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;