diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-07-14 15:38:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-07-14 15:38:41 +0000 |
commit | 2572492ebad632ac0162b32961ce049c785cfd8c (patch) | |
tree | 0e33a83ff82deeea201892835b5be877034d4df4 /src/os_unix.h | |
parent | 3f947ead6fb56a4ff5101069fb56e70476ca9905 (diff) | |
download | vim-git-2572492ebad632ac0162b32961ce049c785cfd8c.tar.gz |
updated for version 7.2-232v7.2.232
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 944cc1b83..5fd28af7d 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 |