Blame SOURCES/7.4.081

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