diff --git a/src/memfile.c b/src/memfile.c index ec65cebf34..a414d9e5d6 100644 --- a/src/memfile.c +++ b/src/memfile.c @@ -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: diff --git a/src/version.c b/src/version.c index 84ea5f1a14..f927ac9c47 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2049, /**/ 2048, /**/