git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-05-28 12:15:31 +00:00
Родитель 7d3fbdeacb
Коммит 57edd09603
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -104,7 +104,7 @@ Mon May 27 18:57:28 2013 Koichi Sasada <ko1@atdot.net>
* ext/objspace/object_tracing.c: ditto.
* gc.c (rb_gc_count): add. THis function returns GC count.
* gc.c (rb_gc_count): add. This function returns GC count.
* internal.h: add decl. of rb_gc_count(). Same as `GC.count'.