mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0027
This commit is contained in:
@@ -6548,10 +6548,12 @@ get_mess_lang()
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !defined(LC_MESSAGES) \
|
||||
&& (((defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \
|
||||
&& (defined(FEAT_GETTEXT) || defined(FEAT_MBYTE))) \
|
||||
|| defined(FEAT_EVAL))
|
||||
/* Complicated #if; matches with where get_mess_env() is used below. */
|
||||
#if (defined(FEAT_EVAL) && !((defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \
|
||||
&& defined(LC_MESSAGES))) \
|
||||
|| ((defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \
|
||||
&& (defined(FEAT_GETTEXT) || defined(FEAT_MBYTE)) \
|
||||
&& !defined(LC_MESSAGES))
|
||||
static char_u *get_mess_env __ARGS((void));
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user