Wrap calls to 'get_mess_env' into LIBINTL #ifdefs

This commit is contained in:
Thiago de Arruda
2014-02-01 12:22:15 -03:00
parent 9f380dda82
commit 8253e29971
4 changed files with 5 additions and 13 deletions

View File

@@ -4249,12 +4249,6 @@ int *local_ptr; /* return: buffer-local mapping or NULL */
}
/*
* Set up default mappings.
*/
void init_mappings() {
}
#if defined(MSDOS) || defined(MSWIN) || defined(OS2) \
|| defined(FEAT_CMDWIN) || defined(MACOS) || defined(PROTO)
/*