mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Update Nyquist to v3.09.
This commit is contained in:
@@ -461,7 +461,7 @@ LOCAL LVAL evfun(LVAL fun, int argc, LVAL *argv)
|
||||
xlbegin(&cntxt,CF_RETURN,name);
|
||||
|
||||
/* execute the block */
|
||||
if (name && setjmp(cntxt.c_jmpbuf))
|
||||
if (name && _setjmp(cntxt.c_jmpbuf))
|
||||
val = xlvalue;
|
||||
else
|
||||
for (val = NIL, cptr = getbody(fun); consp(cptr); cptr = cdr(cptr))
|
||||
|
Reference in New Issue
Block a user