Patch 8.2.2924
Problem: Superfluous extern declaration.
Solution: Delete the declaration. (Ken Takata, closes #8307)
Files: src/main.c
*** ../vim-8.2.2923/src/main.c 2021-06-02 13:28:11.431120460 +0200
--- src/main.c 2021-06-02 15:07:53.498548920 +0200
***************
*** 260,267 ****
#ifdef MSWIN
{
- extern void set_alist_count(void);
-
// Remember the number of entries in the argument list. If it changes
// we don't react on setting 'encoding'.
set_alist_count();
--- 260,265 ----
*** ../vim-8.2.2923/src/version.c 2021-06-02 14:56:35.823997065 +0200
--- src/version.c 2021-06-02 15:08:40.182449124 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2924,
/**/
--
It is illegal for a driver to be blindfolded while operating a vehicle.
[real standing law in Alabama, United States of America]
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/202106021309.152D9OmX2564371%40masaka.moolenaar.net.