diff options
Diffstat (limited to 'internal/symbol.h')
-rw-r--r-- | internal/symbol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/symbol.h b/internal/symbol.h index 87128658ab..1a066af0e7 100644 --- a/internal/symbol.h +++ b/internal/symbol.h @@ -18,6 +18,7 @@ /* symbol.c */ void rb_sym_global_symbols_mark(void); +void rb_sym_global_symbols_update_references(void); VALUE rb_to_symbol_type(VALUE obj); VALUE rb_sym_intern(const char *ptr, long len, rb_encoding *enc); VALUE rb_sym_intern_ascii(const char *ptr, long len); |