summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 09:44:36 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-18 09:44:36 +0000
commit449cceb8b15866cae899ce2c429ca23a4a6fa96b (patch)
treeb2b277c8db2049d070f1b7299a9eea5028c1c5e2 /eval.c
parent8fc054fdff2deab672fab303e6943daaefd9c084 (diff)
merge extern declarations into internal.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index a09dddf8c6..c6fbd2e595 100644
--- a/eval.c
+++ b/eval.c
@@ -26,8 +26,6 @@ VALUE rb_eSysStackError;
ID ruby_static_id_signo, ruby_static_id_status;
static ID id_cause;
-#define id_signo ruby_static_id_signo
-#define id_status ruby_static_id_status
#define exception_error GET_VM()->special_exceptions[ruby_error_reenter]