summaryrefslogtreecommitdiff
path: root/internal.h
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 /internal.h
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 'internal.h')
-rw-r--r--internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 2d1b942fc3..20c1f9750c 100644
--- a/internal.h
+++ b/internal.h
@@ -1209,6 +1209,9 @@ VALUE rb_warning_string(const char *fmt, ...);
/* eval.c */
VALUE rb_refinement_module_get_refined_class(VALUE module);
+extern ID ruby_static_id_signo, ruby_static_id_status;
+#define id_signo ruby_static_id_signo
+#define id_status ruby_static_id_status
/* eval_error.c */
VALUE rb_get_backtrace(VALUE info);