You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
463 B

diff -u -r ../tree-1.7.0/tree.c ./tree.c
--- ../tree-1.7.0/tree.c 2014-04-23 17:38:24.000000000 -0400
+++ ./tree.c 2016-03-23 10:54:14.212468421 -0400
@@ -112,7 +112,7 @@
}
/* Until I get rid of this hack, make it linux/cygwin/HP nonstop only: */
-#if defined (LINUX) || defined (CYGWIN) || defined (__TANDEM)
+#if defined (LINUX) || defined (CYGWIN) || defined (__TANDEM) || defined (__ANDROID__)
mb_cur_max = (int)MB_CUR_MAX;
#else
mb_cur_max = 1;