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

remove PUSH_TAG/EXEC_AG/POP_TAG/JUMO_TAG.

* eval_intern.h: remove non-`EC_` prefix *_TAG() macros.
  Use `EC_` prefix macros explicitly.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2017-12-06 03:16:08 +00:00
parent c1bd83cef7
commit 0e34638f79
10 changed files with 37 additions and 45 deletions

View file

@ -119,7 +119,7 @@ rb_exec_end_proc(void)
volatile VALUE errinfo = ec->errinfo;
EC_PUSH_TAG(ec);
if ((state = EXEC_TAG()) == TAG_NONE) {
if ((state = EC_EXEC_TAG()) == TAG_NONE) {
again:
exec_end_procs_chain(&ephemeral_end_procs, &ec->errinfo);
exec_end_procs_chain(&end_procs, &ec->errinfo);