comparison src/ex_cmds2.c @ 1222:756bed568f5d

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 18:59:07 +0000
parents 11c004cc1a4d
children ceaf71b15d81
comparison
equal deleted inserted replaced
1221:dc65bb5de20e 1222:756bed568f5d
3969 * will be used again. */ 3969 * will be used again. */
3970 extern int _nl_msg_cat_cntr; 3970 extern int _nl_msg_cat_cntr;
3971 3971
3972 ++_nl_msg_cat_cntr; 3972 ++_nl_msg_cat_cntr;
3973 #endif 3973 #endif
3974 /* Reset $LC_ALL, otherwise it would overrule everyting. */ 3974 /* Reset $LC_ALL, otherwise it would overrule everything. */
3975 vim_setenv((char_u *)"LC_ALL", (char_u *)""); 3975 vim_setenv((char_u *)"LC_ALL", (char_u *)"");
3976 3976
3977 if (what != LC_TIME) 3977 if (what != LC_TIME)
3978 { 3978 {
3979 /* Tell gettext() what to translate to. It apparently doesn't 3979 /* Tell gettext() what to translate to. It apparently doesn't