3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.081
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.081 (after 7.4.078)
3ef2ca
Problem:    Wrong logic when ANALYZE is "yes".
3ef2ca
Solution:   Use or instead of and. (KF Leong)
3ef2ca
Files:      src/Make_mvc.mak
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.080/src/Make_mvc.mak	2013-11-08 03:15:39.000000000 +0100
3ef2ca
--- src/Make_mvc.mak	2013-11-08 18:02:54.000000000 +0100
3ef2ca
***************
3ef2ca
*** 488,494 ****
3ef2ca
  !endif
3ef2ca
  
3ef2ca
  # Static code analysis generally available starting with VS2012
3ef2ca
! !if ("$(ANALYZE)" == "yes") && ("$(MSVCVER)" == "11.0") && ("$(MSVCVER)" == "12.0")
3ef2ca
  CFLAGS=$(CFLAGS) /analyze
3ef2ca
  !endif
3ef2ca
  
3ef2ca
--- 488,494 ----
3ef2ca
  !endif
3ef2ca
  
3ef2ca
  # Static code analysis generally available starting with VS2012
3ef2ca
! !if ("$(ANALYZE)" == "yes") && (("$(MSVCVER)" == "10.0") || ("$(MSVCVER)" == "11.0") || ("$(MSVCVER)" == "12.0"))
3ef2ca
  CFLAGS=$(CFLAGS) /analyze
3ef2ca
  !endif
3ef2ca
  
3ef2ca
*** ../vim-7.4.080/src/version.c	2013-11-09 01:44:38.000000000 +0100
3ef2ca
--- src/version.c	2013-11-09 02:31:34.000000000 +0100
3ef2ca
***************
3ef2ca
*** 740,741 ****
3ef2ca
--- 740,743 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     81,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
Wi n0t trei a h0liday in Sweden thi yer?
3ef2ca
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///