From: Ivan Maidanski Date: Tue, 15 May 2018 07:47:18 +0000 (+0300) Subject: Fix return type in GC_set_warn_proc API documentation X-Git-Tag: v7.6.8~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d4c8c197a0b16494dc2deac18c7c6756e69d7cc;p=gc Fix return type in GC_set_warn_proc API documentation (a cherry-pick of commit a63c89e7 from 'master') * doc/gcinterface.html: Change GC_set_warn_proc return type from GC_warn_proc to void. --- diff --git a/doc/gcinterface.html b/doc/gcinterface.html index c315af88..de014f0c 100644 --- a/doc/gcinterface.html +++ b/doc/gcinterface.html @@ -129,7 +129,7 @@ allocation is used (see gc.h). On many platforms this interacts poorly with system calls that write to the garbage collected heap. -
GC_warn_proc GC_set_warn_proc(GC_warn_proc p) +
void GC_set_warn_proc(GC_warn_proc p)
Replace the default procedure used by the collector to print warnings. The collector