forked from aniani/vim
patch 8.1.1891: functions used in one file are global
Problem: Functions used in one file are global. Solution: Add "static". (Yegappan Lakshmanan, closes #4840)
This commit is contained in:
@@ -3082,7 +3082,7 @@ FullName_save(
|
||||
return new_fname;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
prepare_to_exit(void)
|
||||
{
|
||||
#if defined(SIGHUP) && defined(SIG_IGN)
|
||||
|
Reference in New Issue
Block a user