From 6d4c8c197a0b16494dc2deac18c7c6756e69d7cc Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 15 May 2018 10:47:18 +0300 Subject: [PATCH] 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. --- doc/gcinterface.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0