rb_interned_id_p: does not exist
This declaration was added at commit 0ee5a49dd4ffbbb285c25fa6cba88370ce9 without its implementation. Must be a mistake. Note also that we ended up having this exct same functionality implemented under a name of rb_check_id().
This commit is contained in:
parent
2d9aacf644
commit
3ce2bf4d90
@ -238,7 +238,6 @@ rb_enc_asciicompat_inline(rb_encoding *enc)
|
||||
CONSTFUNC(int rb_enc_toupper(int c, rb_encoding *enc));
|
||||
CONSTFUNC(int rb_enc_tolower(int c, rb_encoding *enc));
|
||||
ID rb_intern3(const char*, long, rb_encoding*);
|
||||
ID rb_interned_id_p(const char *, long, rb_encoding *);
|
||||
int rb_enc_symname_p(const char*, rb_encoding*);
|
||||
int rb_enc_symname2_p(const char*, long, rb_encoding*);
|
||||
int rb_enc_str_coderange(VALUE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user