1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* eval.c (TAG_DST()): take no argument.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2003-08-31 13:47:48 +00:00
parent 803a130207
commit ea1dc90ae4
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sun Aug 31 22:46:55 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* eval.c (TAG_DST()): take no argument.
Sun Aug 31 22:27:10 2003 <nagai@dumbo.ai.kyutech.ac.jp>
* process.c (p_gid_sw_ensure): lack of function type

2
eval.c
View file

@ -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