0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:24:36 -04:00

updated for version 7.1

This commit is contained in:
Bram Moolenaar 2007-05-12 13:02:42 +00:00
parent b4b6a567a3
commit cb635362cc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
README_ami.txt for version 7.1b of Vim: Vi IMproved. README_ami.txt for version 7.1 of Vim: Vi IMproved.
This file explains the installation of Vim on Amiga systems. This file explains the installation of Vim on Amiga systems.
See README.txt for general information about Vim. See README.txt for general information about Vim.

View File

@ -54,7 +54,7 @@
#undef _ #undef _
/* T_DATA defined both by Ruby and Mac header files, hack around it... */ /* T_DATA defined both by Ruby and Mac header files, hack around it... */
#ifdef MACOS #if defined(MACOS_X_UNIX) || defined(macintosh)
# define __OPENTRANSPORT__ # define __OPENTRANSPORT__
# define __OPENTRANSPORTPROTOCOL__ # define __OPENTRANSPORTPROTOCOL__
# define __OPENTRANSPORTPROVIDERS__ # define __OPENTRANSPORTPROVIDERS__