patch 7.4.1242
Problem:    json_test fails without the eval feature.
Solution:   Add #ifdef.
diff --git a/src/version.c b/src/version.c
index 39090d4..b252d99 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1242,
+/**/
     1241,
 /**/
     1240,