mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 20:20:42 +00:00
Passing by: Remove X_LOCALE refs
We don't link to any X11 libs, so this is most likely unneeded.
This commit is contained in:
@@ -146,7 +146,7 @@ void early_init(void)
|
||||
// Init the table of Normal mode commands.
|
||||
init_normal_cmds();
|
||||
|
||||
#if defined(HAVE_LOCALE_H) || defined(X_LOCALE)
|
||||
#if defined(HAVE_LOCALE_H)
|
||||
// Setup to use the current locale (for ctype() and many other things).
|
||||
// NOTE: Translated messages with encodings other than latin1 will not
|
||||
// work until set_init_1() has been called!
|
||||
@@ -809,7 +809,7 @@ static int get_number_arg(const char *p, int *idx, int def)
|
||||
return def;
|
||||
}
|
||||
|
||||
#if defined(HAVE_LOCALE_H) || defined(X_LOCALE)
|
||||
#if defined(HAVE_LOCALE_H)
|
||||
/*
|
||||
* Setup to use the current locale (for ctype() and many other things).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user