diff options
author | Julian Orth <ju.orth@gmail.com> | 2014-03-15 01:56:20 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 21:24:59 -0300 |
commit | 2bc68462b255d4710a128bc17ee23f3bcbafb032 (patch) | |
tree | 3a0f97269d54a7ada365faa7b07251d410745332 /src/vim.h | |
parent | 22a1a26cadc07b843bd21c575dcccb7bd8bf5189 (diff) | |
download | rneovim-2bc68462b255d4710a128bc17ee23f3bcbafb032.tar.gz rneovim-2bc68462b255d4710a128bc17ee23f3bcbafb032.tar.bz2 rneovim-2bc68462b255d4710a128bc17ee23f3bcbafb032.zip |
remove HAVE_INTTYPES
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -136,9 +136,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */ #include <assert.h> -#ifdef HAVE_INTTYPES_H -# include <inttypes.h> -#endif +#include <inttypes.h> #ifdef HAVE_WCTYPE_H # include <wctype.h> #endif |