Skip to content

Commit d087566

Browse files
committed
patch 7.4.1245
Problem: File missing from distribution. Solution: Add json_test.c.
1 parent f57969a commit d087566

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ SRC_ALL = \
4141
src/hardcopy.c \
4242
src/hashtab.c \
4343
src/json.c \
44+
src/json_test.c \
4445
src/keymap.h \
4546
src/macros.h \
4647
src/main.c \

src/version.c

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

743743
static int included_patches[] =
744744
{ /* Add new patch number below this line */
745+
/**/
746+
1245,
745747
/**/
746748
1244,
747749
/**/

0 commit comments

Comments
 (0)