diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-31 13:47:48 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-31 13:47:48 +0000 |
| commit | b4281971ed7cf2c45804a62d6c0b19b8c3672296 (patch) | |
| tree | 00953d8a1488fdf9ef80c03d51262396ba09a763 /eval.c | |
| parent | b28f4e578bdcbd2b05a08154d65f069d8dc4add3 (diff) | |
| download | ruby-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
