aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.h')
-rw-r--r--symbol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/symbol.h b/symbol.h
index 001d6de1f8..7d95491ee6 100644
--- a/symbol.h
+++ b/symbol.h
@@ -100,4 +100,9 @@ is_global_name_punct(const int c)
ID rb_intern_cstr_without_pindown(const char *, long, rb_encoding *);
+RUBY_SYMBOL_EXPORT_BEGIN
+
+size_t rb_sym_immortal_count(void);
+
+RUBY_SYMBOL_EXPORT_END
#endif