To: vim_dev@googlegroups.com Subject: Patch 7.4.2037 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2037 (after 7.4.2036) Problem: Small build fails. Solution: Adjust #ifdefs. Files: src/hashtab.c *** ../vim-7.4.2036/src/hashtab.c 2016-04-03 22:44:32.399625762 +0200 --- src/hashtab.c 2016-07-14 22:31:31.812382393 +0200 *************** *** 29,36 **** #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 */ --- 29,34 ---- *************** *** 72,77 **** --- 70,76 ---- 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! *************** *** 105,110 **** --- 104,110 ---- } hash_clear(ht); } + #endif /* * Find "key" in hashtable "ht". "key" must not be NULL. *************** *** 478,482 **** return hash; } - - #endif --- 478,480 ---- *** ../vim-7.4.2036/src/version.c 2016-07-14 22:09:35.095660862 +0200 --- src/version.c 2016-07-14 22:32:41.931354748 +0200 *************** *** 760,761 **** --- 760,763 ---- { /* Add new patch number below this line */ + /**/ + 2037, /**/ -- You cannot propel yourself forward by patting yourself on the back. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///