From: Bram Moolenaar Date: Sun, 30 Sep 2007 20:28:48 +0000 (+0000) Subject: updated for version 7.1-128 X-Git-Tag: v7.1.128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61bfb9febebf78f0eae325735415120ffceaf4fe;p=vim updated for version 7.1-128 --- diff --git a/src/Make_cyg.mak b/src/Make_cyg.mak index 4c757e1b3..eaf730983 100644 --- a/src/Make_cyg.mak +++ b/src/Make_cyg.mak @@ -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` \ diff --git a/src/version.c b/src/version.c index 05bfe5a19..260611a65 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 128, /**/ 127, /**/