From 84e80b51d12f11a95aa76be51abed6a9d0a8c6c5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 7 Mar 2013 13:32:36 +0100 Subject: [PATCH] updated for version 7.3.846 Problem: Missing proto files. Solution: Add the files. --- Filelist | 1 - src/proto/os_beos.pro | 4 ++++ src/version.c | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/proto/os_beos.pro diff --git a/Filelist b/Filelist index c758a75977..6503dbcc31 100644 --- a/Filelist +++ b/Filelist @@ -84,7 +84,6 @@ SRC_ALL = \ src/testdir/test60.vim \ src/testdir/test83-tags? \ src/proto.h \ - src/proto/arabic.pro \ src/proto/blowfish.pro \ src/proto/buffer.pro \ src/proto/charset.pro \ diff --git a/src/proto/os_beos.pro b/src/proto/os_beos.pro new file mode 100644 index 0000000000..c537101262 --- /dev/null +++ b/src/proto/os_beos.pro @@ -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 : */ diff --git a/src/version.c b/src/version.c index 83c044d720..7db091245d 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 846, /**/ 845, /**/