changeset 1875:09f00d57222b v7.2.172

updated for version 7.2-172
author vimboss
date Thu, 14 May 2009 20:01:05 +0000
parents 87b6a6a065ab
children 932ff0c0f57b
files src/os_mswin.c src/version.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/os_mswin.c
+++ b/src/os_mswin.c
@@ -1227,8 +1227,8 @@ utf16_to_enc(short_u *str, int *lenp)
  * Wait for another process to Close the Clipboard.
  * Returns TRUE for success.
  */
-    int
-vim_open_clipboard()
+    static int
+vim_open_clipboard(void)
 {
     int delay = 10;
 
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    172,
+/**/
     171,
 /**/
     170,