summaryrefslogtreecommitdiff
path: root/src/os_macosx.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-06 19:59:18 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-06 19:59:18 +0000
commit9372a11ca67d6bdec9c16407a941cb8094eec3b6 (patch)
tree9633dee37b98fab6fe12d78ee30bc761f2f21a73 /src/os_macosx.c
parentcef9dcc37ef6dce3d98cf1550c3731fff9d451b5 (diff)
downloadvim-git-9372a11ca67d6bdec9c16407a941cb8094eec3b6.tar.gz
updated for version 7.0163
Diffstat (limited to 'src/os_macosx.c')
-rw-r--r--src/os_macosx.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/os_macosx.c b/src/os_macosx.c
index 8e9d55d38..48023e3d3 100644
--- a/src/os_macosx.c
+++ b/src/os_macosx.c
@@ -8,8 +8,7 @@
*/
/*
- * os_macosx.c -- election of os_mac.c or os_unix.c
- *
+ * os_macosx.c -- Mac specific things for Mac OS/X.
*/
#ifdef MACOS_X_UNIX
@@ -19,8 +18,7 @@
# include "os_unix.c" /* Using Project Builder */
# endif
#else
-# include "os_mac.c"
-# include <TextEncodingConverter.h>
+ Error: MACOS 9 is no longer supported in Vim 7
#endif
#ifdef _DEBUG