summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 05:38:33 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 05:38:33 +0000
commitbcb064eb0f639493f42284570377c521c371c6c2 (patch)
tree1bf81d981af9c27a633b09e7e2d8feb895060b3b /encoding.c
parente11ed98f8856c50b7c65aebbccabb4813eda6cfd (diff)
* regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c.
* regenc.h (onigenc_ascii_is_code_ctype): declared. * enc/ascii.c: use onigenc_ascii_is_code_ctype. * enc/us_ascii.c: new file for US-ASCII. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index 457d940dd7..5372076a16 100644
--- a/encoding.c
+++ b/encoding.c
@@ -301,7 +301,6 @@ rb_enc_init(void)
#undef ENC_REGISTER
enc_alias("ASCII", rb_enc_name(ONIG_ENCODING_ASCII));
enc_alias("BINARY", rb_enc_name(ONIG_ENCODING_ASCII));
- enc_alias("US-ASCII", rb_enc_name(ONIG_ENCODING_ASCII)); /* will be defined separately in future. */
enc_alias("SJIS", rb_enc_name(ONIG_ENCODING_SJIS));
}