forked from aniani/vim
updated for version 7.3.741
Problem: Tiny build fails. Solution: Move #ifdef. (Ike Devolder)
This commit is contained in:
@@ -1534,9 +1534,9 @@ do_cmdline(cmdline, fgetline, cookie, flags)
|
||||
* ":endif" (could be ":if x | foo | endif").
|
||||
*/
|
||||
if_level = 0;
|
||||
#endif
|
||||
|
||||
did_endif = FALSE; /* in case do_cmdline used recursively */
|
||||
#endif
|
||||
|
||||
--call_depth;
|
||||
return retval;
|
||||
|
@@ -725,6 +725,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
741,
|
||||
/**/
|
||||
740,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user