]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-128 v7.1.128
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Sep 2007 20:28:48 +0000 (20:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Sep 2007 20:28:48 +0000 (20:28 +0000)
src/Make_cyg.mak
src/version.c

index 4c757e1b32af1fbe558a9a174fa47016401d7cbc..eaf73098370458d708c67841034b444ff8d829c0 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Makefile for VIM on Win32, using Cygnus gcc
-# Last updated by Dan Sharp.  Last Change: 2006 Apr 30
+# Last updated by Dan Sharp.  Last Change: 2007 Sep 29
 #
 # Also read INSTALLpc.txt!
 #
@@ -503,7 +503,7 @@ $(OUTDIR)/if_cscope.o:      if_cscope.c $(INCL) if_cscope.h
        $(CC) -c $(CFLAGS) if_cscope.c -o $(OUTDIR)/if_cscope.o
 
 $(OUTDIR)/if_ole.o:    if_ole.cpp $(INCL)
-       $(CC) -c $(CFLAGS) -D__IID_DEFINED__ if_ole.cpp -o $(OUTDIR)/if_ole.o
+       $(CC) -c $(CFLAGS) if_ole.cpp -o $(OUTDIR)/if_ole.o
 
 if_perl.c: if_perl.xs typemap
        $(PERL)/bin/perl `cygpath -d $(PERL)/lib/ExtUtils/xsubpp` \
index 05bfe5a19d785aacd64d5c73d9998360ab202ce4..260611a655494d9d2ad0bbc6ad1a0e6ca8f1fdc3 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    128,
 /**/
     127,
 /**/