summaryrefslogtreecommitdiff
path: root/src/macros.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-04 10:47:26 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-04 10:47:26 +0100
commit82c38fe508155c11a904e6111b5bfb6adde3fb9a (patch)
tree818661460a865d7096bc13737d56199d4b009125 /src/macros.h
parentbb0956fc65ebe8df1da823f9c4d6a0013d9ba5c1 (diff)
downloadvim-git-82c38fe508155c11a904e6111b5bfb6adde3fb9a.tar.gz
patch 8.2.2294: VMS: a few remaining problemsv8.2.2294
Problem: VMS: a few remaining problems. Solution: Add VMS specific changes. Add Lua support. (Zoltan Arpadffy)
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/macros.h b/src/macros.h
index 366413a91..3db2456f3 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -161,7 +161,6 @@
# define mch_fstat(n, p) fstat((n), (p))
# undef HAVE_LSTAT // VMS does not have lstat()
# define mch_stat(n, p) stat(vms_fixfilename(n), (p))
-# define mch_rmdir(n) rmdir(vms_fixfilename(n))
#else
# ifndef MSWIN
# define mch_access(n, p) access((n), (p))