mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
remove HAVE_WCTYPE_H
This commit is contained in:
parent
9d2975efad
commit
59f5c2251a
@ -85,7 +85,6 @@
|
|||||||
#define HAVE_UTIME 1
|
#define HAVE_UTIME 1
|
||||||
#define HAVE_UTIME_H 1
|
#define HAVE_UTIME_H 1
|
||||||
#define HAVE_UTIMES 1
|
#define HAVE_UTIMES 1
|
||||||
#define HAVE_WCTYPE_H 1
|
|
||||||
#cmakedefine HAVE_WORKING_LIBINTL
|
#cmakedefine HAVE_WORKING_LIBINTL
|
||||||
#define RETSIGTYPE void
|
#define RETSIGTYPE void
|
||||||
#define SIGRETURN return
|
#define SIGRETURN return
|
||||||
|
@ -137,9 +137,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#ifdef HAVE_WCTYPE_H
|
#include <wctype.h>
|
||||||
# include <wctype.h>
|
|
||||||
#endif
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#if defined(HAVE_SYS_SELECT_H) && \
|
#if defined(HAVE_SYS_SELECT_H) && \
|
||||||
|
Loading…
Reference in New Issue
Block a user