This commit is contained in:
Behdad Esfahbod 2015-11-06 09:46:05 -08:00
parent 68b507a3c3
commit f1c4adbcd3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#ifndef HB_BUFFER_MAX_LEN_MIN
#define HB_BUFFER_MAX_LEN_MIN 8192
#endif
#ifndef HB_BUFFER_MAX_LEN_DEFAULT_
#ifndef HB_BUFFER_MAX_LEN_DEFAULT
#define HB_BUFFER_MAX_LEN_DEFAULT 0x3FFFFFFF /* Shaping more than a billion chars? Let us know! */
#endif