Problem: Build fails with tiny features.
Solution: Change #ifdef for hash_clear(). Avoid warning for unused
argument.
ht->ht_mask = HT_INIT_SIZE - 1;
}
-#if defined(FEAT_EVAL) || defined(FEAT_SYN_HL) || defined(PROTO)
/*
* Free the array of a hash table. Does not free the items it contains!
* If "ht" is not freed then you should call hash_init() next!
}
hash_clear(ht);
}
-#endif
/*
* Find "key" in hashtable "ht". "key" must not be NULL.
static void
do_cscope_general(
exarg_T *eap,
- int make_split) /* whether to split window */
+ int make_split UNUSED) /* whether to split window */
{
cscmd_T *cmdp;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 192,
/**/
191,
/**/