aboutsummaryrefslogtreecommitdiffstats
path: root/error.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
commit014503c874961f8164568e974dc06c97d415a6a1 (patch)
treeb2b277c8db2049d070f1b7299a9eea5028c1c5e2 /error.c
parent2fed9e50ceb2d9660a22d71daaeb11ade907a560 (diff)
downloadruby-014503c874961f8164568e974dc06c97d415a6a1.tar.gz
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 'error.c')
-rw-r--r--error.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/error.c b/error.c
index 43ad798744..d760de2a5f 100644
--- a/error.c
+++ b/error.c
@@ -867,11 +867,9 @@ static ID id_new, id_cause, id_message, id_backtrace;
static ID id_name, id_key, id_args, id_Errno, id_errno, id_i_path;
static ID id_receiver, id_iseq, id_local_variables;
static ID id_private_call_p;
-extern ID ruby_static_id_status;
#define id_bt idBt
#define id_bt_locations idBt_locations
#define id_mesg idMesg
-#define id_status ruby_static_id_status
#undef rb_exc_new_cstr