0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

Fix a few compiler warnings.

This commit is contained in:
Bram Moolenaar
2010-07-14 14:28:26 +02:00
parent 164fca39bd
commit d43848c0dd
4 changed files with 17 additions and 11 deletions

View File

@@ -277,6 +277,13 @@ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path,
#ifdef MACOS_CONVERT
# include "os_mac_conv.pro"
#endif
#if defined(MACOS_X_UNIX) && defined(FEAT_CLIPBOARD) && !defined(FEAT_GUI)
/* functions in os_macosx.m */
void clip_mch_lose_selection(VimClipboard *cbd);
int clip_mch_own_selection(VimClipboard *cbd);
void clip_mch_request_selection(VimClipboard *cbd);
void clip_mch_set_selection(VimClipboard *cbd);
#endif
#ifdef __BORLANDC__
# define _PROTO_H