Fix 'ISO C90 forbids mixed declarations/code' compiler warning (gc_pmark)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 13 Mar 2017 21:31:08 +0000 (00:31 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 13 Mar 2017 21:31:08 +0000 (00:31 +0300)
commit09abf8af0d2d3547521881267a011e35b302b232
treecfea3a4b2d891646a2d75df0ce4896b511e37766
parent4fad4e58810c5f967642190142d828e632715b5d
Fix 'ISO C90 forbids mixed declarations/code' compiler warning (gc_pmark)

* include/private/gc_pmark.h [MARK_BIT_PER_OBJ] (PUSH_CONTENTS_HDR):
Declare "obj_displ" local variable at the beginning of the block (not
after GC_STATIC_ASSERT).
include/private/gc_pmark.h