mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 7.4.2048
Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
This commit is contained in:
@@ -11135,17 +11135,9 @@ FreeWild(int count, char_u **files)
|
||||
{
|
||||
if (count <= 0 || files == NULL)
|
||||
return;
|
||||
#if defined(__EMX__) && defined(__ALWAYS_HAS_TRAILING_NULL_POINTER) /* XXX */
|
||||
/*
|
||||
* Is this still OK for when other functions than expand_wildcards() have
|
||||
* been used???
|
||||
*/
|
||||
_fnexplodefree((char **)files);
|
||||
#else
|
||||
while (count--)
|
||||
vim_free(files[count]);
|
||||
vim_free(files);
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user