]> granicus.if.org Git - gc/commitdiff
Fix return type in GC_set_warn_proc API documentation
authorIvan Maidanski <ivmai@mail.ru>
Tue, 15 May 2018 07:47:18 +0000 (10:47 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 6 Jul 2018 15:48:15 +0000 (18:48 +0300)
(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

index c315af88c5978750704a9408b28958b1fc7405c2..de014f0ceb1f787018146a4836b8bf8cae6ee18d 100644 (file)
@@ -129,7 +129,7 @@ allocation is used (see
 <A type="text/plain" HREF="../include/gc.h">gc.h</a>).
 On many platforms this interacts poorly with system calls
 that write to the garbage collected heap.
-<DT> <B> GC_warn_proc GC_set_warn_proc(GC_warn_proc <I>p</i>) </b>
+<DT> <B> void GC_set_warn_proc(GC_warn_proc <I>p</i>) </b>
 <DD>
 Replace the default procedure used by the collector to print warnings.
 The collector