* 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:
parent
803a130207
commit
ea1dc90ae4
@ -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>
|
Sun Aug 31 22:27:10 2003 <nagai@dumbo.ai.kyutech.ac.jp>
|
||||||
|
|
||||||
* process.c (p_gid_sw_ensure): lack of function type
|
* process.c (p_gid_sw_ensure): lack of function type
|
||||||
|
2
eval.c
2
eval.c
@ -857,7 +857,7 @@ static struct tag *prot_tag;
|
|||||||
prot_tag = _tag.prev; \
|
prot_tag = _tag.prev; \
|
||||||
} while (0)
|
} 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_RETURN 0x1
|
||||||
#define TAG_BREAK 0x2
|
#define TAG_BREAK 0x2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user