Skip to content

Commit

Permalink
patch 7.4.2363
Browse files Browse the repository at this point in the history
Problem:    Superfluous function prototypes.
Solution:   Remove them.
  • Loading branch information
brammool committed Sep 11, 2016
1 parent 7e1479b commit cbeab96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/regexp.c
Expand Up @@ -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)
{
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -763,6 +763,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2363,
/**/
2362,
/**/
Expand Down

0 comments on commit cbeab96

Please sign in to comment.