1
0
forked from aniani/vim

patch 8.2.2049: Amiga: obsolete function

Problem:    Amiga: obsolete function.
Solution:   Remove the function. (Ola Söder, closes #7374)
This commit is contained in:
Bram Moolenaar
2020-11-25 17:00:43 +01:00
parent 3a3b691042
commit d653293c80
2 changed files with 2 additions and 11 deletions

View File

@@ -507,17 +507,6 @@ mf_free(memfile_T *mfp, bhdr_T *hp)
mf_ins_free(mfp, hp); // put *hp in the free list
}
#if defined(__MORPHOS__) && defined(__libnix__)
// function is missing in MorphOS libnix version
extern unsigned long *__stdfiledes;
static unsigned long
fdtofh(int filedescriptor)
{
return __stdfiledes[filedescriptor];
}
#endif
/*
* Sync the memory file *mfp to disk.
* Flags:

View File

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