Skip to content

Commit c8e22b9

Browse files
authored
Merge pull request #578 from macvim-dev/fix/proto
Merge duplicated proto
2 parents ae55b64 + 7e288d3 commit c8e22b9

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

src/proto.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@ int clip_mch_own_selection(VimClipboard *cbd);
296296
void clip_mch_request_selection(VimClipboard *cbd);
297297
void clip_mch_set_selection(VimClipboard *cbd);
298298
#endif
299+
#if defined(MACOS_X) && defined(FEAT_GUI)
300+
void macosx_fork();
301+
#endif
299302

300303
#ifdef __BORLANDC__
301304
# define _PROTO_H

src/proto/os_macosx.pro

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)