зеркало из https://github.com/github/ruby.git
rb_interned_id_p: does not exist
This declaration was added at commit 0ee5a49dd4
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:
Родитель
2d9aacf644
Коммит
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче