summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-18 08:43:14 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-18 08:43:14 +0000
commit4388b897db0ad4945640191c3050e1436c902e81 (patch)
tree83fdd95738b0470346716b47dcb3ffdac299764a /eval.c
parent6b06917aa49c9d0cbba5f0019d8db8c9d1738ff1 (diff)
downloadruby-4388b897db0ad4945640191c3050e1436c902e81.tar.gz
ruby-4388b897db0ad4945640191c3050e1436c902e81.tar.xz
ruby-4388b897db0ad4945640191c3050e1436c902e81.zip
* io.c (rb_io_s_read): new method to call IO#read from
pathname. In addition, it accepts third optional argument to specify starting point. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index ec678eaf3..8609f89b8 100644
--- a/eval.c
+++ b/eval.c
@@ -6300,7 +6300,6 @@ block_pass(self, node)
}
POP_TAG();
POP_ITER();
- printf("state: %d(%d)\n", state, _block.tag->dst);
if (_block.tag->dst == state) {
if (orphan) {
state &= TAG_MASK;