1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2008-05-28 06:54:18 +00:00
parent 1dc20d9d15
commit 22088e3423
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed May 28 15:53:52 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo.
Wed May 28 15:18:16 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/singleton.rb (SingletonClassMethods): _load should be public.

View file

@ -13332,7 +13332,7 @@ to_SHIFT_JIS_EF_offsets[64] = {
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 3, 4, 5, 6,
};
static const struct byte_lookup* const
to_SHIFT_JIS_EF_infos[7] = {
to_SHIFT_JIS_EF_infos[8] = {
&to_SHIFT_JIS_EF_A4, &to_SHIFT_JIS_EF_A7,
&to_SHIFT_JIS_EF_A8, &to_SHIFT_JIS_EF_BC,
&to_SHIFT_JIS_EF_BD, &to_SHIFT_JIS_EF_BE,