summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-05-14 20:01:05 +0000
committervimboss <devnull@localhost>2009-05-14 20:01:05 +0000
commitff08a540468b7a62e0fa476dd3d6ee76f631c30e (patch)
tree30dc00b942144d1bcc454821acb6607b4dd8efd9
parentc206ca9fad08b4b7286b5735dddcc0010d3b5e8c (diff)
downloadvim-ff08a540468b7a62e0fa476dd3d6ee76f631c30e.tar.gz
updated for version 7.2-172v7.2.172v7-2-172
-rw-r--r--src/os_mswin.c4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c
index 60c5a81a..94cf3a96 100644
--- 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;
diff --git a/src/version.c b/src/version.c
index c416f525..0dfd5aa1 100644
--- 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,