diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-06 21:50:06 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-06 21:50:06 +0000 |
| commit | d08d661dc03105ff58b6fd4960cb078630dc4169 (patch) | |
| tree | c40497dc8c419b596aa0c5679e1d8621cb474562 /intern.h | |
| parent | 16264971bb38a5e1b3916cad7027eb7a88335a15 (diff) | |
| download | ruby-d08d661dc03105ff58b6fd4960cb078630dc4169.tar.gz ruby-d08d661dc03105ff58b6fd4960cb078630dc4169.tar.xz ruby-d08d661dc03105ff58b6fd4960cb078630dc4169.zip | |
* eval.c (rb_call0): update ruby_class as well as ruby_cref.
(ruby-bugs-ja PR#540)
* eval.c (rb_yield_0): remove ruby_frame->cbase and unify to
ruby_cref. [ruby-talk:78141]
* eval.c: initialize /* OK */ variables by Qnil to stop warnings.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
| -rw-r--r-- | intern.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,8 +97,8 @@ VALUE rb_big_rand _((VALUE, double*)); /* class.c */ VALUE rb_class_boot _((VALUE)); VALUE rb_class_new _((VALUE)); -VALUE rb_mod_clone _((VALUE)); -VALUE rb_mod_dup _((VALUE)); +VALUE rb_mod_init_copy _((VALUE, VALUE)); +VALUE rb_class_init_copy _((VALUE, VALUE)); VALUE rb_singleton_class_clone _((VALUE)); void rb_singleton_class_attached _((VALUE,VALUE)); VALUE rb_make_metaclass _((VALUE, VALUE)); |
