]> 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>
Fri, 19 Jan 2018 08:12:51 +0000 (11:12 +0300)
commita8ac034f16f9a60d6a28c6271272ef005db2a90b
tree27502d77281e787b373a361f84d1d6f883a2d9b1
parent7a3b26b379722b4696def19fbfcc154f9ff6102f
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