From 106075eac89ede7bcd71616ba78f1344892140a4 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 17 Sep 2014 14:53:08 +0000 Subject: [PATCH] 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 --- enc/utf_16_32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");