diff --git a/src/regexp.c b/src/regexp.c index 96cfb40604caf..0884912bf3fb9 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 8a6062d76e148..5f1eef54e3f2d 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, /**/