* enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-01-08 16:58:31 +00:00
parent 5cd70fa5e9
commit fdeb4b1384
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Jan 9 01:35:10 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/Makefile.in (BUILTIN_ENCS): UTF-{16,32}{BE,LE} are not builtin.
Tue Jan 8 23:55:15 2008 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.c (rb_enc_init): UTF-{16,32}{BE,LE} are not builtin.

View File

@ -16,8 +16,7 @@ OBJEXT = @OBJEXT@
BUILTIN_ENCS = ascii.c \
euc_jp.c sjis.c \
unicode.c utf8.c \
utf_16be.c utf_16le.c utf_32be.c utf_32le.c
unicode.c utf8.c
RUBY_SO_NAME = @RUBY_SO_NAME@
LIBRUBY = @LIBRUBY@