To: vim_dev@googlegroups.com Subject: Patch 7.4.2363 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2363 Problem: Superfluous function prototypes. Solution: Remove them. Files: src/regexp.c *** ../vim-7.4.2362/src/regexp.c 2016-08-29 22:48:12.165106045 +0200 --- src/regexp.c 2016-09-09 20:20:20.692773353 +0200 *************** *** 255,263 **** #define un_Magic(x) ((x) + 256) #define is_Magic(x) ((x) < 0) - static int no_Magic(int x); - static int toggle_Magic(int x); - static int no_Magic(int x) { --- 255,260 ---- *** ../vim-7.4.2362/src/version.c 2016-09-11 14:39:50.076156942 +0200 --- src/version.c 2016-09-11 15:08:18.628560596 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2363, /**/ -- hundred-and-one symptoms of being an internet addict: 235. You start naming your kids Pascal, COBOL, Algol and Fortran. /// 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 ///