]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.846 v7.3.846
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Mar 2013 12:32:36 +0000 (13:32 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Mar 2013 12:32:36 +0000 (13:32 +0100)
Problem:    Missing proto files.
Solution:   Add the files.

Filelist
src/proto/os_beos.pro [new file with mode: 0644]
src/version.c

index c758a75977e9a94d3cda93f3a317e62b80143a51..6503dbcc314bd2bb59ff027ac878655514b59579 100644 (file)
--- 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 (file)
index 0000000..c537101
--- /dev/null
@@ -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 : */
index 83c044d720b1a1e9c515cb11a7a026d3256c7ab3..7db091245d787e85973d51dd154c9fe8446cb75d 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    846,
 /**/
     845,
 /**/