(MAX_LEADING_BYTE_PRIVATE): Use 1024 instead of 512.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 8 Jun 2017 19:10:38 +0000 (04:10 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 8 Jun 2017 19:10:38 +0000 (04:10 +0900)
src/char-ucs.h

index 24e4634..0c2f6ee 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for UCS-4 character representation.
-   Copyright (C) 1999,2000,2001,2002,2003,2004,2008,2009 MORIOKA Tomohiko
+   Copyright (C) 1999,2000,2001,2002,2003,2004,2008,2009,2017 MORIOKA Tomohiko
 
 This file is part of XEmacs.
 
@@ -106,7 +106,7 @@ typedef short Charset_ID;
 #define LEADING_BYTE_UCS_SIP           11
 
 #define MIN_LEADING_BYTE_PRIVATE       12
-#define MAX_LEADING_BYTE_PRIVATE       512
+#define MAX_LEADING_BYTE_PRIVATE       1024
 
 
 /* ISO 646 IRV */