0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

updated for version 7.3.741

Problem:    Tiny build fails.
Solution:   Move #ifdef. (Ike Devolder)
This commit is contained in:
Bram Moolenaar 2012-11-28 19:10:54 +01:00
parent 97d4ea71d6
commit 2e18a12780
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -725,6 +725,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
741,
/**/
740,
/**/