To: vim_dev@googlegroups.com Subject: Patch 8.2.2049 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2049 Problem: Amiga: obsolete function. Solution: Remove the function. (Ola Söder, closes #7374) Files: src/memfile.c *** ../vim-8.2.2048/src/memfile.c 2020-07-14 23:02:38.180781060 +0200 --- src/memfile.c 2020-11-25 16:59:30.645703541 +0100 *************** *** 507,523 **** 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: --- 507,512 ---- *** ../vim-8.2.2048/src/version.c 2020-11-25 15:52:28.297284647 +0100 --- src/version.c 2020-11-25 17:00:19.317557755 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2049, /**/ -- ARTHUR: Well, it doesn't matter. Will you go and tell your master that Arthur from the Court of Camelot is here. GUARD #1: Listen, in order to maintain air-speed velocity, a swallow needs to beat its wings 43 times every second, right? ARTHUR: Please! The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///