patch 7.4.2058
Problem:    eval.c is too big.
Solution:   Move user functions to userfunc.c
diff --git a/src/version.c b/src/version.c
index 4fa3591..8354d92 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2058,
+/**/
     2057,
 /**/
     2056,