Fix 'const object must be initialized' MS VC error for debug_header_size
authorIvan Maidanski <ivmai@mail.ru>
Wed, 26 Jun 2019 13:26:28 +0000 (16:26 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 26 Jun 2019 13:26:28 +0000 (16:26 +0300)
commit82b55dd5906f8b28a20810cbec9f4b623d15cca3
tree5f8453342c48b0207bfde86bc827b3a20f464af1
parent31baecf00a425976995eed3a827265b7a0d03ef4
Fix 'const object must be initialized' MS VC error for debug_header_size
(fix of commit 85e3083ff)

* include/gc_mark.h (GC_debug_header_size): Do not use "const" keyword
unless GC_BUILD; update comment.
include/gc_mark.h