mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Don't redefine #rb_intern over and over again
This commit is contained in:
parent
d497436d07
commit
8c2e5bbf58
Notes:
git
2020-10-21 12:45:44 +09:00
23 changed files with 178 additions and 239 deletions
|
@ -2145,8 +2145,6 @@ rb_enc_aliases(VALUE klass)
|
|||
void
|
||||
Init_Encoding(void)
|
||||
{
|
||||
#undef rb_intern
|
||||
#define rb_intern(str) rb_intern_const(str)
|
||||
VALUE list;
|
||||
int i;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue