Skip to content

Commit

Permalink
patch 8.2.1696: unused (duplicate) macros
Browse files Browse the repository at this point in the history
Problem:    Unused (duplicate) macros.
Solution:   Remove the macros.
  • Loading branch information
brammool committed Sep 16, 2020
1 parent 2f8cbc4 commit 2c12f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/spell.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1696,
/**/
1695,
/**/
Expand Down

0 comments on commit 2c12f89

Please sign in to comment.