mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
doc/extension.ja.rdoc (rb_gc_register_mark_object): fix prototype
It takes VALUE, not a pointer to a VALUE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
70398311d0
commit
b8d28b33b4
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@ void rb_global_variable(VALUE *var) ::
|
|||
マークする必要のあるRubyオブジェクトを含む大域変数を,GC
|
||||
によって解放されないように保護する.
|
||||
|
||||
void rb_gc_register_mark_object(VALUE *var) ::
|
||||
void rb_gc_register_mark_object(VALUE object) ::
|
||||
|
||||
マークする必要のあるRubyオブジェクトを,GCによって解放さ
|
||||
れないように登録する.
|
||||
|
|
Loading…
Add table
Reference in a new issue