mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* eval.c (Init_eval): should mark ruby_eval_tree. [ruby-dev:25189]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
96439f2a4a
commit
21ae9c745a
3 changed files with 17 additions and 56 deletions
1
intern.h
1
intern.h
|
@ -224,7 +224,6 @@ VALUE rb_thread_main _((void));
|
|||
VALUE rb_thread_local_aref _((VALUE, ID));
|
||||
VALUE rb_thread_local_aset _((VALUE, ID, VALUE));
|
||||
void rb_thread_atfork _((void));
|
||||
VALUE rb_funcall_rescue __((VALUE, ID, int, ...));
|
||||
/* file.c */
|
||||
int eaccess _((const char*, int));
|
||||
VALUE rb_file_s_expand_path _((int, VALUE *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue