]> granicus.if.org Git - vim/commitdiff
updated for version 7.2.399 v7.2.399
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2010 16:25:09 +0000 (17:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2010 16:25:09 +0000 (17:25 +0100)
Problem:    Cannot compile on MingW
Solution:   Move ifneq to separate line. (Vlad Sandrini, Dominique Pelle)

src/Make_ming.mak
src/version.c

index 0a9178903448b8ae907e75d3338869a5037077de..19896e23a4e15cf9e25f4dce72a06b4be4fd85d2 100644 (file)
@@ -215,12 +215,14 @@ endif
 ifndef RUBY_PLATFORM
 ifeq ($(RUBY_VER), 16)
 RUBY_PLATFORM = i586-mswin32
-else ifneq ("X$(wildcard, $(RUBY)/lib/ruby/$(RUBY_VER_LONG)/i386-mingw32)", X)
+else
+ifneq ($(wildcard $(RUBY)/lib/ruby/$(RUBY_VER_LONG)/i386-mingw32),)
 RUBY_PLATFORM = i386-mingw32
 else
 RUBY_PLATFORM = i386-mswin32
 endif
 endif
+endif
 
 ifndef RUBY_INSTALL_NAME
 ifeq ($(RUBY_VER), 16)
index c64fe95b6664182975de29da925cd34d41697e74..509237b8562d93151c6ff065940cfe36643c5adc 100644 (file)
@@ -681,6 +681,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    399,
 /**/
     398,
 /**/