*: Also fix the adjacent errors

This commit is contained in:
ZyX
2016-06-10 22:35:18 +03:00
parent d359bb3f60
commit 739f066afe
8 changed files with 62 additions and 61 deletions

View File

@@ -22159,7 +22159,6 @@ typval_T eval_call_provider(char *provider, char *method, list_T *arguments)
bool eval_has_provider(char *name)
{
#define check_provider(name) \
if (has_##name == -1) { \
has_##name = !!find_func((uint8_t *)"provider#" #name "#Call"); \