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:
Michael Reed
2015-01-14 00:38:28 -05:00
parent 9b4f6fbd33
commit d86ebc7afb
29 changed files with 51 additions and 59 deletions

View File

@@ -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.
*/