1
0
forked from aniani/vim

patch 8.2.4344: Amiga: header file included twice

Problem:    Amiga: header file included twice.
Solution:   Remove #include. (Ola Söder, closes #9733)
This commit is contained in:
ola.soder@axis.com 2022-02-11 16:11:14 +00:00 committed by Bram Moolenaar
parent 8196e94a8b
commit 14f23122bf
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,6 @@
extern int dos2; // this is in os_amiga.c extern int dos2; // this is in os_amiga.c
# endif # endif
# ifdef SASC # ifdef SASC
# include <proto/dos.h>
# include <ios1.h> // for chkufb() # include <ios1.h> // for chkufb()
# endif # endif
#endif #endif

View File

@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
4344,
/**/ /**/
4343, 4343,
/**/ /**/