diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-30 21:55:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-30 21:55:26 +0000 |
commit | da2303d96b0f55d30e9b5b57d3459d5e1ea22ec2 (patch) | |
tree | 08f61aa2e9937f30bd141fd6509bc947e1d8a8fa /src/os_unix.c | |
parent | ac6e65f88da446bc764ff13a23d854fd72ffedcf (diff) | |
download | vim-git-da2303d96b0f55d30e9b5b57d3459d5e1ea22ec2.tar.gz |
updated for version 7.0139v7.0139
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index d567f900f..7d324827f 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -173,17 +173,6 @@ static int have_wildcard __ARGS((int, char_u **)); static int have_dollars __ARGS((int, char_u **)); #endif -#ifndef NO_EXPANDPATH -# if defined(MACOS_X) && defined(FEAT_MBYTE) -extern char_u *mac_precompose_path __ARGS((char_u *decompPath, size_t decompLen, size_t *precompLen)); -# endif -#endif - -#if defined(MACOS_X) && defined(FEAT_MBYTE) -extern void mac_conv_init __ARGS((void)); -extern void mac_conv_cleanup __ARGS((void)); -#endif - #ifndef __EMX__ static int save_patterns __ARGS((int num_pat, char_u **pat, int *num_file, char_u ***file)); #endif |