mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
remove HAVE_INTTYPES
This commit is contained in:

committed by
Thiago de Arruda

parent
22a1a26cad
commit
2bc68462b2
@@ -35,7 +35,6 @@
|
|||||||
#define HAVE_GETWD 1
|
#define HAVE_GETWD 1
|
||||||
#define HAVE_ICONV 1
|
#define HAVE_ICONV 1
|
||||||
#define HAVE_ICONV_H 1
|
#define HAVE_ICONV_H 1
|
||||||
#define HAVE_INTTYPES_H 1
|
|
||||||
#define HAVE_ISWUPPER 1
|
#define HAVE_ISWUPPER 1
|
||||||
#define HAVE_LANGINFO_H 1
|
#define HAVE_LANGINFO_H 1
|
||||||
#define HAVE_LIBGEN_H 1
|
#define HAVE_LIBGEN_H 1
|
||||||
|
@@ -136,9 +136,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
|
|||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#ifdef HAVE_INTTYPES_H
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
|
||||||
#ifdef HAVE_WCTYPE_H
|
#ifdef HAVE_WCTYPE_H
|
||||||
# include <wctype.h>
|
# include <wctype.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user