updated for version 7.3.741
Problem:    Tiny build fails.
Solution:   Move #ifdef. (Ike Devolder)
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 97b836e..e5703ef 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -1534,9 +1534,9 @@
      * ":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;
diff --git a/src/version.c b/src/version.c
index e8996e3..a7a6569 100644
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    741,
+/**/
     740,
 /**/
     739,