comparison src/ex_cmds2.c @ 45:e474bae3795f

updated for version 7.0027
author vimboss
date Fri, 31 Dec 2004 20:58:58 +0000
parents f529edb9bab3
children f67f8a8d81ba
comparison
equal deleted inserted replaced
44:af1bcb9a13c0 45:e474bae3795f
6546 # endif 6546 # endif
6547 return p; 6547 return p;
6548 } 6548 }
6549 #endif 6549 #endif
6550 6550
6551 #if !defined(LC_MESSAGES) \ 6551 /* Complicated #if; matches with where get_mess_env() is used below. */
6552 && (((defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \ 6552 #if (defined(FEAT_EVAL) && !((defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \
6553 && (defined(FEAT_GETTEXT) || defined(FEAT_MBYTE))) \ 6553 && defined(LC_MESSAGES))) \
6554 || defined(FEAT_EVAL)) 6554 || ((defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \
6555 && (defined(FEAT_GETTEXT) || defined(FEAT_MBYTE)) \
6556 && !defined(LC_MESSAGES))
6555 static char_u *get_mess_env __ARGS((void)); 6557 static char_u *get_mess_env __ARGS((void));
6556 6558
6557 /* 6559 /*
6558 * Get the language used for messages from the environment. 6560 * Get the language used for messages from the environment.
6559 */ 6561 */