summaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-06 16:04:02 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-06 16:04:02 +0000
commitacb1c71e1f9ead57a84b3aabfb7eb73510999293 (patch)
tree513ff65dfcb56507ee64a54a209b66075504fa54 /cont.c
parentd37c38692dde8e74a2d7c83b182f58ba4c45bc48 (diff)
downloadruby-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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cont.c b/cont.c
index 367d03375..8c2508a09 100644
--- a/cont.c
+++ b/cont.c
@@ -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);