* encoding.c (enc_list): seems a commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3cd040b6ef
commit
de46b903a9
@ -478,7 +478,6 @@ enc_list(VALUE klass)
|
|||||||
{
|
{
|
||||||
VALUE ary = rb_ary_new2(enc_table_size);
|
VALUE ary = rb_ary_new2(enc_table_size);
|
||||||
int i;
|
int i;
|
||||||
rb_cEncoding = rb_define_class("Encoding", rb_cObject);
|
|
||||||
for (i = 0; i < enc_table_size; ++i) {
|
for (i = 0; i < enc_table_size; ++i) {
|
||||||
rb_encoding *enc = enc_table[i].enc;
|
rb_encoding *enc = enc_table[i].enc;
|
||||||
if (enc) {
|
if (enc) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user