aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 33720cfb21..6d0532b29a 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -12,8 +12,12 @@
#ifndef RUBY_INSNHELPER_H
#define RUBY_INSNHELPER_H
+RUBY_SYMBOL_EXPORT_BEGIN
+
extern VALUE ruby_vm_const_missing_count;
+RUBY_SYMBOL_EXPORT_END
+
#if VM_COLLECT_USAGE_DETAILS
#define COLLECT_USAGE_INSN(insn) vm_collect_usage_insn(insn)
#define COLLECT_USAGE_OPERAND(insn, n, op) vm_collect_usage_operand((insn), (n), ((VALUE)(op)))