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:
parent
8196e94a8b
commit
14f23122bf
@ -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
|
||||||
|
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user