summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2013-03-07 13:32:36 +0100
committerBram Moolenaar <bram@vim.org>2013-03-07 13:32:36 +0100
commit447e3b6e56811096d5db92ff19553418dce3aeec (patch)
tree8f289a6b760b03d9a3a91579b87d29b9c354cc66
parenteb18ce3be50a37ec56804cd4c4acd2e8c6322139 (diff)
downloadvim-447e3b6e56811096d5db92ff19553418dce3aeec.tar.gz
updated for version 7.3.846v7.3.846v7-3-846
Problem: Missing proto files. Solution: Add the files.
-rw-r--r--Filelist1
-rw-r--r--src/proto/os_beos.pro4
-rw-r--r--src/version.c2
3 files changed, 6 insertions, 1 deletions
diff --git a/Filelist b/Filelist
index c758a759..6503dbcc 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 00000000..c5371012
--- /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 83c044d7..7db09124 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 846,
+/**/
845,
/**/
844,