| Bill Allombert on Thu, 24 Nov 2016 17:05:32 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: closure_evalvoid |
On Thu, Nov 24, 2016 at 10:35:47AM -0500, Charles Greathouse wrote: > You're right, that was silly of me. But it's not the problem: the code > underflows the first time closure_evalvoid(code) is called, it never gets > to the following line. My guess is that you are installing this function in GP with an incorrect prototype. You need to use something like 'V=GGI'. Cheers, Bill