From 24ab5515b6dddd936a7606b371a5eb8222f52cb1 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 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 -- 2.40.0