073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.194
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.194
073263
Problem:    Can't build for Android.
073263
Solution:   Add #if condition. (Fredrik Fornwall)
073263
Files:	    src/mbyte.c
073263
073263
073263
*** ../vim-7.4.193/src/mbyte.c	2014-01-14 13:26:17.000000000 +0100
073263
--- src/mbyte.c	2014-03-03 22:41:30.527101306 +0100
073263
***************
073263
*** 708,714 ****
073263
  	     * API */
073263
  	    n = IsDBCSLeadByteEx(enc_dbcs, (WINBYTE)i) ? 2 : 1;
073263
  #else
073263
! # if defined(MACOS) || defined(__amigaos4__)
073263
  	    /*
073263
  	     * if mblen() is not available, character which MSB is turned on
073263
  	     * are treated as leading byte character. (note : This assumption
073263
--- 708,714 ----
073263
  	     * API */
073263
  	    n = IsDBCSLeadByteEx(enc_dbcs, (WINBYTE)i) ? 2 : 1;
073263
  #else
073263
! # if defined(MACOS) || defined(__amigaos4__) || defined(__ANDROID__)
073263
  	    /*
073263
  	     * if mblen() is not available, character which MSB is turned on
073263
  	     * are treated as leading byte character. (note : This assumption
073263
*** ../vim-7.4.193/src/version.c	2014-03-08 16:13:39.123462070 +0100
073263
--- src/version.c	2014-03-12 14:53:45.148684209 +0100
073263
***************
073263
*** 740,741 ****
073263
--- 740,743 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     194,
073263
  /**/
073263
073263
-- 
073263
A programmer's wife asks him: "Please run to the store and pick up a loaf of
073263
bread.  If they have eggs, get a dozen".  The programmer comes home with 12
073263
loafs of bread.
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///