summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vm_core.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 453c84e394..304885b9ce 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -2010,8 +2010,9 @@ extern void rb_reset_coverages(void);
void rb_postponed_job_flush(rb_vm_t *vm);
-extern VALUE rb_eRactorUnsafeError; // ractor.c
-extern VALUE rb_eRactorIsolationError;
+// ractor.c
+RUBY_EXTERN VALUE rb_eRactorUnsafeError;
+RUBY_EXTERN VALUE rb_eRactorIsolationError;
RUBY_SYMBOL_EXPORT_END