]> granicus.if.org Git - gc/commit
Add note of set_free_space_divisor, set_warn_proc ABI change after gc-7.1
authorIvan Maidanski <ivmai@mail.ru>
Wed, 17 Jan 2018 07:42:04 +0000 (10:42 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 17 Jan 2018 07:42:04 +0000 (10:42 +0300)
commit1b57fdd43a7b567d343d5369512fd5b5554e759e
tree8c1581c331bd7af1911c0bb68350615c1354edd0
parent331e39447af2c799db997a1eb2ea178253e8c809
Add note of set_free_space_divisor, set_warn_proc ABI change after gc-7.1

Issue #197 (bdwgc).

GC_set_free_space_divisor() and GC_set_warn_proc() used to return
some value.  But starting from version 7.1alpha2, these API functions
do not return any value.

* include/gc.h (GC_set_free_space_divisor, GC_set_warn_proc): Add
comment that the setter used to returned the old value in gc-7.1 (and
previous versions).
include/gc.h