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

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui