summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-03-15 22:48:35 +0000
committervimboss <devnull@localhost>2006-03-15 22:48:35 +0000
commit5e829689e804987af8da4db217e50043d2a415b0 (patch)
tree63012b41601383da6c21dfc4ab223e627e2125d8 /src/proto.h
parent6df86c3e9b1db444bb79ea75211465793c8bb604 (diff)
downloadvim-5e829689e804987af8da4db217e50043d2a415b0.tar.gz
updated for version 7.0225
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h
index c81212cc..5191e750 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -255,7 +255,7 @@ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path,
# include "if_perlsfio.pro"
#endif
-#if defined(FEAT_MBYTE) && defined(MACOS_X)
+#ifdef MACOS_CONVERT
# include "os_mac_conv.pro"
#endif