summaryrefslogtreecommitdiff
path: root/vm_core.h
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 /vm_core.h
parent2553608c3b8dde72e8255e2306b5208813fff461 (diff)
Make export declaration place more consistent
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 1 insertions, 0 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) \