changeset 27637:7a64222fad8e v8.2.4344

patch 8.2.4344: Amiga: header file included twice Commit: https://github.com/vim/vim/commit/14f23122bf94d0d835bed6f0bd0d17b3e47441ab Author: ola.soder@axis.com <ola.soder@axis.com> Date: Fri Feb 11 16:11:14 2022 +0000 patch 8.2.4344: Amiga: header file included twice Problem: Amiga: header file included twice. Solution: Remove #include. (Ola S?der, closes https://github.com/vim/vim/issues/9733)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 17:15:02 +0100
parents dd9811ac5c91
children 9e42053c4496
files src/memfile.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/memfile.c
+++ b/src/memfile.c
@@ -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
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4344,
+/**/
     4343,
 /**/
     4342,