]> granicus.if.org Git - gc/commit
Minor code refactoring of GC_freehblk (change type of local variable)
authorIvan Maidanski <ivmai@mail.ru>
Sun, 12 Feb 2012 09:20:00 +0000 (13:20 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 12 Feb 2012 09:20:00 +0000 (13:20 +0400)
commitdfadba718ffa54d03c6f09eff3ab13534579f07c
treeba4de0a8cf491a8857dcd299cdfa4a69c2560542
parent3c899e6d398b7405eb70e09b92867267e5c02e19
Minor code refactoring of GC_freehblk (change type of local variable)

* allchblk.c (GC_freehblk): Change type of "size" local variable from
singed_word to word; cast "hbp" to ptr_t instead of word (for getting
"next" address).
allchblk.c