patch 7.4.2057
Problem:    eval.c is too big.
Solution:   Move List functions to list.c
diff --git a/src/version.c b/src/version.c
index 16ed094..4fa3591 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2057,
+/**/
     2056,
 /**/
     2055,