]> granicus.if.org Git - gc/commit
Allow GC_FAST_MALLOC_GRANS() multiple use in a function
authorIvan Maidanski <ivmai@mail.ru>
Mon, 28 Dec 2015 15:34:57 +0000 (18:34 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 1 Feb 2016 07:05:32 +0000 (10:05 +0300)
commit08517f2ea92dfd3e72ea6a21392616cebfcfd70b
tree9b5e14e17cca6276ff4b180f793cfc2ba36921d7
parent9b7dd43f00cb495297f40992a147424b45e2205c
Allow GC_FAST_MALLOC_GRANS() multiple use in a function

Avoid goto statement in gc_inline.h public header (to fix
'duplicate label' compiler error in GC_FAST_MALLOC_GRANS if the macro
is used multiple times in a function).

* include/gc_inline.h (GC_FAST_MALLOC_GRANS): Replace goto with break
include/gc_inline.h