summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-31 13:47:48 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-31 13:47:48 +0000
commitb4281971ed7cf2c45804a62d6c0b19b8c3672296 (patch)
tree00953d8a1488fdf9ef80c03d51262396ba09a763 /eval.c
parentb28f4e578bdcbd2b05a08154d65f069d8dc4add3 (diff)
downloadruby-b4281971ed7cf2c45804a62d6c0b19b8c3672296.tar.gz
ruby-b4281971ed7cf2c45804a62d6c0b19b8c3672296.tar.xz
ruby-b4281971ed7cf2c45804a62d6c0b19b8c3672296.zip
* eval.c (TAG_DST()): take no argument.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4470 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 3ec67787b..4fbdca775 100644
--- a/eval.c
+++ b/eval.c
@@ -857,7 +857,7 @@ static struct tag *prot_tag;
prot_tag = _tag.prev; \
} while (0)
-#define TAG_DST(t) (_tag.dst == (VALUE)_tag.scope)
+#define TAG_DST() (_tag.dst == (VALUE)_tag.scope)
#define TAG_RETURN 0x1
#define TAG_BREAK 0x2