pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #5466] Encapsulated procedure.c


From: Ben Pfaff
Subject: [patch #5466] Encapsulated procedure.c
Date: Thu, 19 Oct 2006 14:03:25 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-1)

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]