Skip to content

Commit cbeab96

Browse files
committed
patch 7.4.2363
Problem: Superfluous function prototypes. Solution: Remove them.
1 parent 7e1479b commit cbeab96

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/regexp.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,6 @@
255255
#define un_Magic(x) ((x) + 256)
256256
#define is_Magic(x) ((x) < 0)
257257

258-
static int no_Magic(int x);
259-
static int toggle_Magic(int x);
260-
261258
static int
262259
no_Magic(int x)
263260
{

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2363,
766768
/**/
767769
2362,
768770
/**/

0 commit comments

Comments
 (0)