]> granicus.if.org Git - vim/commitdiff
patch 8.1.0403: header file missing from distribution v8.1.0403
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Sep 2018 19:41:47 +0000 (21:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Sep 2018 19:41:47 +0000 (21:41 +0200)
Problem:    Header file missing from distribution.
Solution:   Add src/protodef.h.

Filelist
src/version.c

index 59415d3d23d2cb657fcad11f2fa9382ef95c5eab..5fe085e15b40163934861c49ef8d35225d557741 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -141,6 +141,7 @@ SRC_ALL =   \
                src/testdir/if_ver*.vim \
                src/testdir/color_ramp.vim \
                src/proto.h \
+               src/protodef.h \
                src/proto/arabic.pro \
                src/proto/beval.pro \
                src/proto/blowfish.pro \
index a8be96c4b3287deaffd6e96fb9be3910c5a8d515..30b79de151893f6b05daf7e3f52239d6716897aa 100644 (file)
@@ -794,6 +794,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    403,
 /**/
     402,
 /**/