diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-11-05 10:28:01 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-11-05 10:28:01 +0900 |
commit | 8869384367a1b5e856b2f4b7b7d56296c71a572c () | |
tree | d575687225d89788f3ac5f3af239cc69fa352d69 /encoding.c | |
parent | 30a74aaef00a99364f5423439ac44babf5066dc0 (diff) |
Moved Init_encoding from wrong place [Bug #16292]
-rw-r--r-- | encoding.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1917,12 +1917,6 @@ rb_enc_aliases(VALUE klass) */ void -Init_encodings(void) -{ - rb_enc_init(); -} - -void Init_Encoding(void) { #undef rb_intern @@ -1967,6 +1961,12 @@ Init_Encoding(void) rb_marshal_define_compat(rb_cEncoding, Qnil, NULL, enc_m_loader); } /* locale insensitive ctype functions */ void |