patch 8.0.1315: build still fails on Mac

Problem:    Build still fails on Mac. (chdiza)
Solution:   Remove bogus typedef.
diff --git a/src/version.c b/src/version.c
index 202d21d..163ae8e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1315,
+/**/
     1314,
 /**/
     1313,