]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.1398: duplicate line in MSVC build file v8.1.1398
authorBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 11:14:02 +0000 (13:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 11:14:02 +0000 (13:14 +0200)
Problem:    Duplicate line in MSVC build file.
Solution:   Remove the line. (Ken Takata, closes #4436)

src/Make_mvc.mak
src/version.c

index c1cd0a460c0a24a5295c8dbce50abeb9a8db7539..c6f9b25a009a8a2b9dc543449997f3a6585375b3 100644 (file)
@@ -744,7 +744,6 @@ OBJ = \
        $(OUTDIR)\pathdef.obj \
        $(OUTDIR)\popupmnu.obj \
        $(OUTDIR)\popupwin.obj \
-       $(OUTDIR)\popupwin.obj \
        $(OUTDIR)\quickfix.obj \
        $(OUTDIR)\regexp.obj \
        $(OUTDIR)\screen.obj \
index 0e7f14d6cc7d929d529b3d84888a6c166c58769d..8cfb965c3d0d49cb39dbdd30ad59847e16af5963 100644 (file)
@@ -767,6 +767,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1398,
 /**/
     1397,
 /**/