diff options
author | oni-link <knil.ino@gmail.com> | 2014-04-01 13:56:32 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-02 18:52:16 -0300 |
commit | 59f5c2251aa7c3dc72356ed64216c2062e09d087 (patch) | |
tree | 8540556e75af3192e1e6d482b0d237ae843d843e /src | |
parent | 9d2975efadca144c4bf5a0d30043a76513d24626 (diff) | |
download | rneovim-59f5c2251aa7c3dc72356ed64216c2062e09d087.tar.gz rneovim-59f5c2251aa7c3dc72356ed64216c2062e09d087.tar.bz2 rneovim-59f5c2251aa7c3dc72356ed64216c2062e09d087.zip |
remove HAVE_WCTYPE_H
Diffstat (limited to 'src')
-rw-r--r-- | src/vim.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -137,9 +137,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */ #include <assert.h> #include <inttypes.h> -#ifdef HAVE_WCTYPE_H -# include <wctype.h> -#endif +#include <wctype.h> #include <stdarg.h> #if defined(HAVE_SYS_SELECT_H) && \ |