patch 8.2.4546: duplicate #undef

Problem:    Duplicate #undef.
Solution:   Remove one #undef. (closes #9932)
diff --git a/src/version.c b/src/version.c
index 01c3c32..3a29ffe 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4546,
+/**/
     4545,
 /**/
     4544,