summaryrefslogtreecommitdiffstats
path: root/src/os_unix.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-07-14 15:38:41 +0000
committerBram Moolenaar <Bram@vim.org>2009-07-14 15:38:41 +0000
commit2572492ebad632ac0162b32961ce049c785cfd8c (patch)
tree0e33a83ff82deeea201892835b5be877034d4df4 /src/os_unix.h
parent3f947ead6fb56a4ff5101069fb56e70476ca9905 (diff)
updated for version 7.2-232v7.2.232
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index 944cc1b838..5fd28af7d0 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -482,11 +482,6 @@ typedef struct dsc$descriptor DESC;
# else
int mch_rename __ARGS((const char *src, const char *dest));
# endif
-# ifdef VMS
-# define mch_chdir(s) chdir(vms_fixfilename(s))
-# else
-# define mch_chdir(s) chdir(s)
-# endif
# ifndef VMS
# ifdef __MVS__
/* on OS390 Unix getenv() doesn't return a pointer to persistent