diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-06 16:04:02 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-06 16:04:02 +0000 |
| commit | acb1c71e1f9ead57a84b3aabfb7eb73510999293 (patch) | |
| tree | 513ff65dfcb56507ee64a54a209b66075504fa54 /cont.c | |
| parent | d37c38692dde8e74a2d7c83b182f58ba4c45bc48 (diff) | |
| download | ruby-acb1c71e1f9ead57a84b3aabfb7eb73510999293.tar.gz ruby-acb1c71e1f9ead57a84b3aabfb7eb73510999293.tar.xz ruby-acb1c71e1f9ead57a84b3aabfb7eb73510999293.zip | |
* eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().
* cont.c (rb_fiber_start): remove zero-clearing tag.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
| -rw-r--r-- | cont.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -429,8 +429,6 @@ rb_fiber_start(void) VALUE args; int state; - th->tag = 0; - TH_PUSH_TAG(th); if ((state = EXEC_TAG()) == 0) { GetContPtr(th->fiber, cont); |
