diff --git a/c/schsig.c b/c/schsig.c index 003923460a..18816e15ba 100644 --- a/c/schsig.c +++ b/c/schsig.c @@ -770,7 +770,9 @@ void S_schsig_init() { S_protect(&S_G.error_id); S_G.error_id = S_intern((const unsigned char *)"$c-error"); +#ifndef WIN32 scheme_signals_registered = 0; +#endif }