Problem: Small build fails.
Solution: Adjust #ifdefs.
#include "vim.h"
-#if defined(FEAT_EVAL) || defined(FEAT_SYN_HL) || defined(PROTO)
-
#if 0
# define HT_DEBUG /* extra checks for table consistency and statistics */
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.
return hash;
}
-
-#endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2037,
/**/
2036,
/**/