patch 8.2.2987: build failure with normal features

Problem:    Build failure with normal features.
Solution:   Remove #define.
diff --git a/src/version.c b/src/version.c
index 52e4a46..2800cf4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2987,
+/**/
     2986,
 /**/
     2985,