diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/symbol.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/symbol.h b/internal/symbol.h index 8571c00289..b9109b1347 100644 --- a/internal/symbol.h +++ b/internal/symbol.h @@ -17,8 +17,7 @@ #endif /* symbol.c */ -void rb_sym_global_symbols_mark(void); -void rb_sym_global_symbols_update_references(void); +void rb_sym_global_symbols_mark_and_move(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); |
