From 449cceb8b15866cae899ce2c429ca23a4a6fa96b Mon Sep 17 00:00:00 2001 From: shyouhei Date: Thu, 18 Jan 2018 09:44:36 +0000 Subject: merge extern declarations into internal.h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'eval.c') 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] -- cgit v1.2.3