commit | 3ec7f4e4025c5a78ccd312f8516ac0740aa65dfe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 07 17:31:37 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 07 17:31:37 2014 +0200 |
tree | 70b0fdafe86015644955d6247ae167fe1aa2b982 | |
parent | 0d3d5e0483ddad68d333284d988b4269674f71dd [diff] [blame] |
updated for version 7.4.278 Problem: list_remove() conflicts with function defined in Sun header file. Solution: Rename the function. (Richard Palo)
diff --git a/src/version.c b/src/version.c index 4acbd9e..d1da15b 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 278, +/**/ 277, /**/ 276,