From 61bfb9febebf78f0eae325735415120ffceaf4fe Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 Sep 2007 20:28:48 +0000 Subject: [PATCH] updated for version 7.1-128 --- src/Make_cyg.mak | 4 ++-- src/version.c | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Make_cyg.mak b/src/Make_cyg.mak index 4c757e1b32..eaf7309837 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 05bfe5a19d..260611a655 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, /**/