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

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

PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c


From: Ben Pfaff
Subject: PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c
Date: Wed, 04 Feb 2009 15:27:00 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)

Follow-up Comment #8, bug #25466 (project pspp):

>Even if that's true for this case, there will be many algorithms 
>in other (yet to be implemented) subcommands in NPAR TESTS which 
>are intractable. We'll need the timer for those (and to be keep 
>spss refugees happy).

Definitely.

Do we really need to use setjmp()/longjmp() to break out of the algorithm
though?  If we avoid that, by inserting occasional code sequences of the form
"if (timed_out()) return ERROR_CODE;", then it would be easy to make it
portable.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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