]> granicus.if.org Git - gc/commitdiff
Fix GC_new_hblk prototype in a comment
authorIvan Maidanski <ivmai@mail.ru>
Fri, 4 Oct 2019 19:08:07 +0000 (22:08 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 4 Oct 2019 19:08:07 +0000 (22:08 +0300)
* new_hblk.c: Specify the 2nd argument (kind) of GC_new_hblk in the
head comment.

new_hblk.c

index 5e3ce06829f328ddb5f5f964f850243787645234..88de14ddd17b608de53dab7211a5ccd3ffc11323 100644 (file)
@@ -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 <stdio.h>