]> 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>
Wed, 9 Oct 2019 21:13:50 +0000 (00:13 +0300)
* new_hblk.c: Specify the 2nd argument (kind) of GC_new_hblk in the
head comment.

new_hblk.c

index 3d98d7ff50ce27f843ed65f890bbdf13285d1bdc..93f332dad7204396cc977ed369563b0e0395cc97 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>