mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
remove HAVE_WCHAR_H
This commit is contained in:

committed by
Thiago de Arruda

parent
77433de0ca
commit
9d2975efad
@@ -964,9 +964,7 @@ static void close_spellbuf(buf_T *buf);
|
||||
* differ from what the .spl file uses.
|
||||
* These must not be called with negative number!
|
||||
*/
|
||||
# if defined(HAVE_WCHAR_H)
|
||||
# include <wchar.h> /* for towupper() and towlower() */
|
||||
# endif
|
||||
#include <wchar.h> /* for towupper() and towlower() */
|
||||
/* Multi-byte implementation. For Unicode we can call utf_*(), but don't do
|
||||
* that for ASCII, because we don't want to use 'casemap' here. Otherwise use
|
||||
* the "w" library function for characters above 255. */
|
||||
|
Reference in New Issue
Block a user