summaryrefslogtreecommitdiffstats
path: root/eval.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 /eval.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 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 0c6aceee7..e3f2adac9 100644
--- a/eval.c
+++ b/eval.c
@@ -96,7 +96,7 @@ ruby_init(void)
ruby_prog_init();
ALLOW_INTS;
}
- POP_TAG_INIT();
+ POP_TAG();
if (state) {
error_print();