diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-18 09:44:36 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-18 09:44:36 +0000 |
commit | 449cceb8b15866cae899ce2c429ca23a4a6fa96b (patch) | |
tree | b2b277c8db2049d070f1b7299a9eea5028c1c5e2 /error.c | |
parent | 8fc054fdff2deab672fab303e6943daaefd9c084 (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 'error.c')
-rw-r--r-- | error.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |