changeset 22294:9368f75273d9 v8.2.1696

patch 8.2.1696: unused (duplicate) macros Commit: https://github.com/vim/vim/commit/2c12f890551bbdf5605472a4d711d48a273685d7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 16 17:30:27 2020 +0200 patch 8.2.1696: unused (duplicate) macros Problem: Unused (duplicate) macros. Solution: Remove the macros.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Sep 2020 17:45:03 +0200
parents 70b807fe1523
children dbcb2b62f53a
files src/spell.c src/version.c
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/spell.c
+++ b/src/spell.c
@@ -66,10 +66,6 @@
 
 #define REGION_ALL 0xff		// word valid in all regions
 
-#define VIMSUGMAGIC "VIMsug"	// string at start of Vim .sug file
-#define VIMSUGMAGICL 6
-#define VIMSUGVERSION 1
-
 // Result values.  Lower number is accepted over higher one.
 #define SP_BANNED	-1
 #define SP_OK		0
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1696,
+/**/
     1695,
 /**/
     1694,