unbreak Windows build

original commit: 6c062f550486dfb9b25dfc62f6d1a829bbce1d1b
This commit is contained in:
Matthew Flatt 2020-02-22 19:41:02 -07:00
parent 995e53ca71
commit 5b7f4e2fd8

View File

@ -812,7 +812,9 @@ void S_schsig_init() {
S_protect(&S_G.event_and_resume_star_id);
S_G.event_and_resume_star_id = S_intern((const unsigned char *)"$event-and-resume*");
#ifndef WIN32
scheme_signals_registered = 0;
#endif
}