1
0
forked from aniani/vim

updated for version 7.2b-015

This commit is contained in:
Bram Moolenaar
2008-07-24 15:20:50 +00:00
parent 01dd60cb91
commit 3a0254090d
3 changed files with 4 additions and 2 deletions

2
src/auto/configure vendored
View File

@@ -3946,7 +3946,7 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
if test "$enable_darwin" = "yes"; then if test "$enable_darwin" = "yes"; then
MACOSX=yes MACOSX=yes
OS_EXTRA_SCR="os_macosx.c os_mac_conv.c"; OS_EXTRA_SRC="os_macosx.c os_mac_conv.c";
OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o" OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o"
CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp" CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp"
if test "x$MACARCH" = "xboth"; then if test "x$MACARCH" = "xboth"; then

View File

@@ -152,7 +152,7 @@ if test "`(uname) 2>/dev/null`" = Darwin; then
if test "$enable_darwin" = "yes"; then if test "$enable_darwin" = "yes"; then
MACOSX=yes MACOSX=yes
OS_EXTRA_SCR="os_macosx.c os_mac_conv.c"; OS_EXTRA_SRC="os_macosx.c os_mac_conv.c";
OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o" OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o"
dnl TODO: use -arch i386 on Intel machines dnl TODO: use -arch i386 on Intel machines
CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp" CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp"

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
15,
/**/ /**/
14, 14,
/**/ /**/