mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* io.c (argf_mark): mark p->encs.ecopts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f549f1ae32
commit
205d9ef125
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Sep 5 01:22:23 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* io.c (argf_mark): mark p->encs.ecopts.
|
||||||
|
|
||||||
Fri Sep 5 00:45:07 2008 Tanaka Akira <akr@fsij.org>
|
Fri Sep 5 00:45:07 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* transcode_data.h (rb_transcoder): rename fields:
|
* transcode_data.h (rb_transcoder): rename fields:
|
||||||
|
|
1
io.c
1
io.c
|
@ -5679,6 +5679,7 @@ argf_mark(void *ptr)
|
||||||
rb_gc_mark(p->current_file);
|
rb_gc_mark(p->current_file);
|
||||||
rb_gc_mark(p->lineno);
|
rb_gc_mark(p->lineno);
|
||||||
rb_gc_mark(p->argv);
|
rb_gc_mark(p->argv);
|
||||||
|
rb_gc_mark(p->encs.ecopts);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Reference in a new issue