diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-17 14:53:08 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-17 14:53:08 +0000 |
commit | 106075eac89ede7bcd71616ba78f1344892140a4 (patch) | |
tree | 45f823890d2cdcb0f9821c3580a977c6ca8b97fa | |
parent | e37aab94da5b0a333b9986826b2b656efe8c5f3c (diff) |
Re-apply r43023 which is accidentally reverted by r47598
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | enc/utf_16_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/utf_16_32.h b/enc/utf_16_32.h index b232767ee3..da58d1b23c 100644 --- a/enc/utf_16_32.h +++ b/enc/utf_16_32.h @@ -1,5 +1,5 @@ #include "regenc.h" /* dummy for unsupported, statefull encoding */ -#define ENC_DUMMY_UNICODE(name) ENC_DUMMY(name) +#define ENC_DUMMY_UNICODE(name) ENC_REPLICATE(name, name "BE") ENC_DUMMY_UNICODE("UTF-16"); ENC_DUMMY_UNICODE("UTF-32"); |