To: vim_dev@googlegroups.com Subject: Patch 8.2.1696 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1696 Problem: Unused (duplicate) macros. Solution: Remove the macros. Files: src/spell.c *** ../vim-8.2.1695/src/spell.c 2020-06-11 12:30:09.281198615 +0200 --- src/spell.c 2020-09-16 16:49:44.688498620 +0200 *************** *** 66,75 **** #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 --- 66,71 ---- *** ../vim-8.2.1695/src/version.c 2020-09-16 17:22:54.923689811 +0200 --- src/version.c 2020-09-16 17:30:07.861794522 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 1696, /**/ -- The chat program is in public domain. This is not the GNU public license. If it breaks then you get to keep both pieces. -- Copyright notice for the chat program /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///