diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-25 16:29:26 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-25 16:29:26 +0000 |
| commit | 28defca799598e8ea8960fbbada49d94b5e6ac27 (patch) | |
| tree | 1cbd036967f588026bf6038c39898fa20a531e4b /insns.def | |
| parent | b9010f7a196729fefe1de05890afbf7a08445537 (diff) | |
| download | ruby-28defca799598e8ea8960fbbada49d94b5e6ac27.tar.gz ruby-28defca799598e8ea8960fbbada49d94b5e6ac27.tar.xz ruby-28defca799598e8ea8960fbbada49d94b5e6ac27.zip | |
* yarvcore.h: add rb_thread_t#top_wrapper, top_self.
* eval_load.c (rb_load): support eval in wrapper module
(load(file, true)).
* eval.c: ditto.
* eval_jump.h: ditto.
* iseq.c: ditto.
* vm.c: ditto.
* yarvcore.c: ditto.
* insns.def: add a empty line.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insns.def')
| -rw-r--r-- | insns.def | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1058,6 +1058,7 @@ defineclass if (super == Qnil) { super = rb_cObject; } + if (cbase == Qnil) { cbase = th_get_cbase(th); } |
