comparison src/proto.h @ 2310:3e4574a4b627 vim73

Fix a few compiler warnings.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 14:28:26 +0200
parents 941ff1cd317a
children 966a5609669e
comparison
equal deleted inserted replaced
2309:543ea69d037f 2310:3e4574a4b627
275 #endif 275 #endif
276 276
277 #ifdef MACOS_CONVERT 277 #ifdef MACOS_CONVERT
278 # include "os_mac_conv.pro" 278 # include "os_mac_conv.pro"
279 #endif 279 #endif
280 #if defined(MACOS_X_UNIX) && defined(FEAT_CLIPBOARD) && !defined(FEAT_GUI)
281 /* functions in os_macosx.m */
282 void clip_mch_lose_selection(VimClipboard *cbd);
283 int clip_mch_own_selection(VimClipboard *cbd);
284 void clip_mch_request_selection(VimClipboard *cbd);
285 void clip_mch_set_selection(VimClipboard *cbd);
286 #endif
280 287
281 #ifdef __BORLANDC__ 288 #ifdef __BORLANDC__
282 # define _PROTO_H 289 # define _PROTO_H
283 #endif 290 #endif
284 #endif /* !PROTO && !NOPROTO */ 291 #endif /* !PROTO && !NOPROTO */