0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

updated for version 7.3.846

Problem:    Missing proto files.
Solution:   Add the files.
This commit is contained in:
Bram Moolenaar 2013-03-07 13:32:36 +01:00
parent d999db2f1e
commit 84e80b51d1
3 changed files with 6 additions and 1 deletions

View File

@ -84,7 +84,6 @@ SRC_ALL = \
src/testdir/test60.vim \ src/testdir/test60.vim \
src/testdir/test83-tags? \ src/testdir/test83-tags? \
src/proto.h \ src/proto.h \
src/proto/arabic.pro \
src/proto/blowfish.pro \ src/proto/blowfish.pro \
src/proto/buffer.pro \ src/proto/buffer.pro \
src/proto/charset.pro \ src/proto/charset.pro \

4
src/proto/os_beos.pro Normal file
View File

@ -0,0 +1,4 @@
/* os_beos.c */
void beos_cleanup_read_thread __ARGS((void));
int beos_select __ARGS((int nbits, struct fd_set *rbits, struct fd_set *wbits, struct fd_set *ebits, struct timeval *timeout));
/* vim: set ft=c : */

View File

@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
846,
/**/ /**/
845, 845,
/**/ /**/