patch 7.4.1235
Problem:    Missing change to eval.c.
Solution:   Include that change.
diff --git a/src/version.c b/src/version.c
index f8addc0..b8332bb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1235,
+/**/
     1234,
 /**/
     1233,