You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in array.c, you use sigsetjmp.
and in vm.c you define
undef siglongjmp
undef sigsetjmp
define siglongjmp longjmp
define sigsetjmp(buf, mask) setjmp(buf)
it should be define on a level upper - a common header for options should be cool this way all .c files can share common options without defining project options.
The text was updated successfully, but these errors were encountered:
working on unamalgamed version:
in array.c, you use sigsetjmp.
and in vm.c you define
it should be define on a level upper - a common header for options should be cool this way all .c files can share common options without defining project options.
The text was updated successfully, but these errors were encountered: