]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4344: Amiga: header file included twice v8.2.4344
authorola.soder@axis.com <ola.soder@axis.com>
Fri, 11 Feb 2022 16:11:14 +0000 (16:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Feb 2022 16:11:14 +0000 (16:11 +0000)
Problem:    Amiga: header file included twice.
Solution:   Remove #include. (Ola Söder, closes #9733)

src/memfile.c
src/version.c

index de3dd6ed4519dbd4fa8fbf6c4643c10fc9907f0a..0d816f36d3d1eb365ee05e45e548034819dd94d1 100644 (file)
@@ -57,7 +57,6 @@
 extern int dos2;                       // this is in os_amiga.c
 # endif
 # ifdef SASC
-#  include <proto/dos.h>
 #  include <ios1.h>                    // for chkufb()
 # endif
 #endif
index 238361f94ff0555938850f7219828d416d935f07..2c86de33eb1912552f4c7b61ffec892b6ff9c433 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4344,
 /**/
     4343,
 /**/