mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
Macro cleanup: PROTO
Regarding dict_lookup() in eval.c: both definitions are the same, the only difference being the spacing between the indirection operator and the indentation level.
This commit is contained in:
@@ -1307,7 +1307,7 @@ static void closescript(void)
|
||||
--curscript;
|
||||
}
|
||||
|
||||
#if defined(EXITFREE) || defined(PROTO)
|
||||
#if defined(EXITFREE)
|
||||
void close_all_scripts(void)
|
||||
{
|
||||
while (scriptin[0] != NULL)
|
||||
|
Reference in New Issue
Block a user