diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-10 14:23:10 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-08-10 14:23:10 +0000 |
commit | 844cd0c454d66a8239833411d3fb131f801fcad9 (patch) | |
tree | 360f51b2907f282eb7354218153596f60872ef13 /eval.c | |
parent | a70dfc773315f0d50ed733920007da96227c4805 (diff) | |
download | ruby-844cd0c454d66a8239833411d3fb131f801fcad9.tar.gz ruby-844cd0c454d66a8239833411d3fb131f801fcad9.tar.xz ruby-844cd0c454d66a8239833411d3fb131f801fcad9.zip |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8105,7 +8105,7 @@ rb_callcc(self) return th->result; } else { - return rb_yield(th->thread); + return rb_yield(cont); } } |