From f62cbdfdd6b249abeaf524970a55fd0491b06faf Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 4 Oct 2019 22:08:07 +0300 Subject: [PATCH] Fix GC_new_hblk prototype in a comment * new_hblk.c: Specify the 2nd argument (kind) of GC_new_hblk in the head comment. --- new_hblk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new_hblk.c b/new_hblk.c index 3d98d7ff..93f332da 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 -- 2.40.0