From: Ivan Maidanski Date: Fri, 4 Oct 2019 19:08:07 +0000 (+0300) Subject: Fix GC_new_hblk prototype in a comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24ab5515b6dddd936a7606b371a5eb8222f52cb1;p=gc Fix GC_new_hblk prototype in a comment * new_hblk.c: Specify the 2nd argument (kind) of GC_new_hblk in the head comment. --- diff --git a/new_hblk.c b/new_hblk.c index 5e3ce068..88de14dd 100644 --- a/new_hblk.c +++ b/new_hblk.c @@ -18,7 +18,7 @@ /* * This file contains the functions: * ptr_t GC_build_flXXX(h, old_fl) - * void GC_new_hblk(size) + * void GC_new_hblk(size, kind) */ #include