From: Bram Moolenaar Date: Sun, 11 Sep 2016 13:08:56 +0000 (+0200) Subject: patch 7.4.2363 X-Git-Tag: v7.4.2363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbeab96f87b91ed4b096216c397552b7f6d270f9;p=vim patch 7.4.2363 Problem: Superfluous function prototypes. Solution: Remove them. --- diff --git a/src/regexp.c b/src/regexp.c index 96cfb4060..0884912bf 100644 --- a/src/regexp.c +++ b/src/regexp.c @@ -255,9 +255,6 @@ #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) { diff --git a/src/version.c b/src/version.c index 8a6062d76..5f1eef54e 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2363, /**/ 2362, /**/