summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/unilib/gwwiconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/unilib/gwwiconv.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/unilib/gwwiconv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/unilib/gwwiconv.c b/Build/source/texk/web2c/luatexdir/unilib/gwwiconv.c
index 3671116cf30..57db98fc7e8 100644
--- a/Build/source/texk/web2c/luatexdir/unilib/gwwiconv.c
+++ b/Build/source/texk/web2c/luatexdir/unilib/gwwiconv.c
@@ -46,7 +46,8 @@ struct gww_iconv_t {
enum encoding to;
};
-enum extended_encoding { e_jisgbpk = e_encodingmax };
+/*enum extended_encoding { e_jisgbpk = e_encodingmax };*/
+#define e_jisgbpk e_encodingmax
static enum endian { end_big, end_little, end_unknown } endian = end_unknown;