mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.2924: superfluous extern declaration
Problem: Superfluous extern declaration. Solution: Delete the declaration. (Ken Takata, closes #8307)
This commit is contained in:
@@ -260,8 +260,6 @@ main
|
||||
|
||||
#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();
|
||||
|
Reference in New Issue
Block a user