mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
5cd70fa5e9
commit
fdeb4b1384
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue