Follow-up Comment #1, patch #5466 (project pspp):

This is clearly an improvement.  It looks good.  Thank you for writing it. 
If it passes "make check", please check it in.

I'm not actually sure it makes the DATASET stuff easier, though.  I thought I
had concluded that those commands were essentially equivalent to PSPP scratch
files (which I think we should drop once the DATASET commands are working). 
But this is a good change whether it affects DATASET or not.

In procedure.c, the comma below should be a semicolon:

@@ -504,8 +518,9 @@
   split_aux.proc_func = proc_func;
   split_aux.end_func = end_func;
   split_aux.func_aux = func_aux;
+  split_aux.dataset = ds,


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?5466>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to