Skip to content

Commit 3e80707

Browse files
committed
updated for version 7.3.741
Problem: Tiny build fails. Solution: Move #ifdef. (Ike Devolder)
1 parent 143ca29 commit 3e80707

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/ex_docmd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,9 +1534,9 @@ do_cmdline(cmdline, fgetline, cookie, flags)
15341534
* ":endif" (could be ":if x | foo | endif").
15351535
*/
15361536
if_level = 0;
1537-
#endif
15381537

15391538
did_endif = FALSE; /* in case do_cmdline used recursively */
1539+
#endif
15401540

15411541
--call_depth;
15421542
return retval;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,8 @@ static char *(features[]) =
725725

726726
static int included_patches[] =
727727
{ /* Add new patch number below this line */
728+
/**/
729+
741,
728730
/**/
729731
740,
730732
/**/

0 commit comments

Comments
 (0)