Remove FEAT_EVAL

Support for VimScript, :let, :if, etc.
This commit is contained in:
Hinidu
2014-04-11 23:58:31 +03:00
committed by Justin M. Keyes
parent 5f2ccb94d2
commit a29b94e2f9
9 changed files with 3 additions and 27 deletions

View File

@@ -3228,8 +3228,7 @@ void ex_checktime(exarg_T *eap)
no_check_timestamps = save_no_check_timestamps;
}
#if (defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \
&& (defined(FEAT_EVAL) || defined(FEAT_MULTI_LANG))
#if defined(HAVE_LOCALE_H) || defined(X_LOCALE)
# define HAVE_GET_LOCALE_VAL
static char *get_locale_val(int what);