mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +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:
@@ -2237,7 +2237,7 @@ void set_number_default(char *name, long val)
|
||||
options[opt_idx].def_val[VI_DEFAULT] = (char_u *)val;
|
||||
}
|
||||
|
||||
#if defined(EXITFREE) || defined(PROTO)
|
||||
#if defined(EXITFREE)
|
||||
/*
|
||||
* Free all options.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user