summaryrefslogtreecommitdiffstats
path: root/enc
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 13:49:29 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-14 13:49:29 +0000
commitfd53f91cfdd218300965765398f620aeac84d7a7 (patch)
tree98c3bcc9a1f424ecdcf3e97bf0f35494b5ce17e9 /enc
parentc8e8fa7d9134f3a54e3035170d7846923d6212c5 (diff)
* re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead
of using fixed index value. * enc/Makefile.in (encsrcdir): make US-ASCII built-in. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-rw-r--r--enc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/Makefile.in b/enc/Makefile.in
index f33a75d3d..a1f9142a1 100644
--- a/enc/Makefile.in
+++ b/enc/Makefile.in
@@ -14,7 +14,7 @@ TRANSSODIR = $(ENCSODIR)/trans
DLEXT = @DLEXT@
OBJEXT = @OBJEXT@
-BUILTIN_ENCS = ascii.c \
+BUILTIN_ENCS = ascii.c us_ascii.c\
unicode.c utf8.c
RUBY_SO_NAME = @RUBY_SO_NAME@