Fix 'need explicit cast to convert' compiler error in mprotect_dirty_init
authorIvan Maidanski <ivmai@mail.ru>
Sat, 9 Jun 2018 17:25:20 +0000 (20:25 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 9 Jun 2018 17:25:20 +0000 (20:25 +0300)
commit3134dee37b04dee538cb1eb8d1cc9a2f8a922e97
treef08c820a92ac8654419e6a8ffd92669a06b46c87
parent8e6460052c70fa1fc7be62947f87a596009f744d
Fix 'need explicit cast to convert' compiler error in mprotect_dirty_init
(fix of commit 0fa40a7)

* os_dep.c [MPROTECT_VDB && !DARWIN && MSWIN32] (GC_mprotect_dirty_init):
Remove cast to signed_word when assigning SIG_DFL to GC_old_segv_handler.
os_dep.c