mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +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:
@@ -3452,7 +3452,7 @@ char_u * enc_locale(void)
|
||||
return enc_canonize((char_u *)buf);
|
||||
}
|
||||
|
||||
# if defined(USE_ICONV) || defined(PROTO)
|
||||
# if defined(USE_ICONV)
|
||||
|
||||
|
||||
/*
|
||||
@@ -3591,7 +3591,7 @@ static char_u * iconv_string(vimconv_T *vcp, char_u *str, int slen, int *unconvl
|
||||
return result;
|
||||
}
|
||||
|
||||
# if defined(DYNAMIC_ICONV) || defined(PROTO)
|
||||
# if defined(DYNAMIC_ICONV)
|
||||
/*
|
||||
* Dynamically load the "iconv.dll" on Win32.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user