forked from aniani/vim
patch 8.0.0109
Problem: Still checking if memcmp() exists while every system should have it now. Solution: Remove vim_memcmp(). (James McCoy, closes #1295)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user