mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
rb_sym_interned_p: doesn't exist
Deleted decades ago in commit 6e0fed271c
Note also that we eventually ended up reinventing this exact same
functionality. It is called rb_check_id() now.
This commit is contained in:
parent
7715d428f1
commit
45b3a5f7de
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ int rb_is_local_id(ID);
|
|||
RBIMPL_ATTR_CONST()
|
||||
int rb_is_junk_id(ID);
|
||||
int rb_symname_p(const char*);
|
||||
int rb_sym_interned_p(VALUE);
|
||||
VALUE rb_backref_get(void);
|
||||
void rb_backref_set(VALUE);
|
||||
VALUE rb_lastline_get(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue