summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-14 18:08:47 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-14 18:09:10 +0900
commit45dfd4c09d399124ddc7abd1ae24e1e64019b333 (patch)
treee8c2b4f91db19295db6efadcad0f9ae39f10c61a
parent2553608c3b8dde72e8255e2306b5208813fff461 (diff)
Make export declaration place more consistent
-rw-r--r--vm_core.h1
-rw-r--r--vm_insnhelper.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 4993ef83ed..8ebdadb08a 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -1034,6 +1034,7 @@ VALUE rb_iseq_coverage(const rb_iseq_t *iseq);
RUBY_EXTERN VALUE rb_cISeq;
RUBY_EXTERN VALUE rb_cRubyVM;
RUBY_EXTERN VALUE rb_mRubyVMFrozenCore;
+RUBY_EXTERN VALUE rb_block_param_proxy;
RUBY_SYMBOL_EXPORT_END
#define GetProcPtr(obj, ptr) \
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 59c82e5d76..98aee9d46c 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -14,8 +14,6 @@
RUBY_SYMBOL_EXPORT_BEGIN
-RUBY_EXTERN VALUE rb_block_param_proxy;
-
RUBY_EXTERN VALUE ruby_vm_const_missing_count;
RUBY_EXTERN rb_serial_t ruby_vm_global_method_state;
RUBY_EXTERN rb_serial_t ruby_vm_global_constant_state;