Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sigsetjmp #541

Open
eco747 opened this issue Dec 27, 2015 · 1 comment
Open

sigsetjmp #541

eco747 opened this issue Dec 27, 2015 · 1 comment

Comments

@eco747
Copy link

eco747 commented Dec 27, 2015

working on unamalgamed version:

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.

@eco747
Copy link
Author

eco747 commented Dec 27, 2015

sorry, the first point had been corrected.
but a common include file should be cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant