From: Bram Moolenaar Date: Wed, 16 Sep 2020 15:30:27 +0000 (+0200) Subject: patch 8.2.1696: unused (duplicate) macros X-Git-Tag: v8.2.1696 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c12f890551bbdf5605472a4d711d48a273685d7;p=vim patch 8.2.1696: unused (duplicate) macros Problem: Unused (duplicate) macros. Solution: Remove the macros. --- diff --git a/src/spell.c b/src/spell.c index b3d9b0a3c..6b431fa5b 100644 --- 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 diff --git a/src/version.c b/src/version.c index be6278605..b503f3ce5 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1696, /**/ 1695, /**/