Really fix 'potential unsafe sign check of a bitwise operation' code defect
authorIvan Maidanski <ivmai@mail.ru>
Tue, 4 Sep 2018 21:45:41 +0000 (00:45 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 4 Sep 2018 21:45:41 +0000 (00:45 +0300)
commit61e3c072ac3679078e7c43dfe2db03663cef6326
treeca3d1cfeffa085464925fdeafb9141967559a23e
parent154294cbb78f2a4fc35be314ed9778d658135cfd
Really fix 'potential unsafe sign check of a bitwise operation' code defect
(fix of commit af00c4d)

* mark.c [!OS2] (GC_mark_from): Replace (signed_word)v>=0 to (v&SIGNB)==0
(anyway, the compiler generates the same code).
mark.c