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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202011251601.0APG1lct2085816%40masaka.moolenaar.net.