]> granicus.if.org Git - vim/commitdiff
patch 7.4.2363 v7.4.2363
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Sep 2016 13:08:56 +0000 (15:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Sep 2016 13:08:56 +0000 (15:08 +0200)
Problem:    Superfluous function prototypes.
Solution:   Remove them.

src/regexp.c
src/version.c

index 96cfb40604caf6a05618d59752d600eb6de2f4c2..0884912bf3fb97e21445ebfdcb2d924966ca2ae2 100644 (file)
 #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)
 {
index 8a6062d76e148d39e66f088d0754994244341f49..5f1eef54e3f2dc2301fce5f46cc6fe208eb16f9e 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2363,
 /**/
     2362,
 /**/