[EMAIL PROTECTED] writes: > [EMAIL PROTECTED]:~ # grep setjmp glr.c > #include <setjmp.h> > if (setjmp (yystack.yyexception_buffer) != 0) > [EMAIL PROTECTED]:~ # grep longjmp glr.c > longjmp (yystack->yyexception_buffer, 1); > posix doesnt specify whether setjmp will > save the signal context. other solution > possible or sigsetjmp()/siglongjmp() ?
Let's wait for Paul Hilfinger to comment on this issue; or, perhaps, someone who has run into a real problem with it in practice.
