diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-12-01 17:25:20 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-12-01 17:25:20 +0100 |
commit | b129a447f3b580d4c941869672b0557c52c37e4d (patch) | |
tree | 8f21d9d1f0f3fd42e4bf5d203c280a44b166d0a8 /src/os_vms_conf.h | |
parent | 65e08ee1d26aa7bf341ac0e0400839d696d1ab64 (diff) | |
download | vim-git-b129a447f3b580d4c941869672b0557c52c37e4d.tar.gz |
patch 8.0.0109v8.0.0109
Problem: Still checking if memcmp() exists while every system should have
it now.
Solution: Remove vim_memcmp(). (James McCoy, closes #1295)
Diffstat (limited to 'src/os_vms_conf.h')
-rw-r--r-- | src/os_vms_conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_vms_conf.h b/src/os_vms_conf.h index 5c110f206..9aa7526e7 100644 --- a/src/os_vms_conf.h +++ b/src/os_vms_conf.h @@ -101,7 +101,6 @@ #define HAVE_STRTOL #define HAVE_TGETENT #define HAVE_MEMSET -#define HAVE_MEMCMP #define HAVE_STRERROR #define HAVE_FCHOWN #define HAVE_RENAME |