bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #15690] Refactor /MISSING subcommands.


From: John Darrington
Subject: PSPP-BUG: [bug #15690] Refactor /MISSING subcommands.
Date: Tue, 26 Sep 2006 10:17:00 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060607 Debian/1.7.12-1.2

Follow-up Comment #2, bug #15690 (project pspp):

My idea is to define a function type similar to 

/* Return true if case should be skipped */
typedef bool (*skip_case_predicate_t) (const struct ccase *c); 

... and then to add an argument to casefile_get_{destructive}_reader which is
the predicate to determine if each call to casereader_next_{xfer} should skip
a case.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?15690>

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





reply via email to

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