]> 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, 28 Dec 2015 15:34:57 +0000 (18:34 +0300)
commitd80a05927330b7148b3b13c9dc56b07024c4202d
tree4cf43981e3ae4b0871160187fa4cf087ca8fa7a9
parentf47b4ee529d1ed8c2f04014ea847343d41b93e2d
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