commit | 01c10524d25e36e72c7e45048a80cdb410165560 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 12:50:51 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 12:50:51 2012 +0200 |
tree | f6d56970c10d87460df01fd25bd2c6c1b077458b | |
parent | f5fe79a5f38e0fef6077aa858b60989e94076910 [diff] [blame] |
updated for version 7.3.668 Problem: Building with Perl loaded dynamically still uses static library. Solution: Adjust use of PL_thr_key. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 4c93e3a..61e9c0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 668, +/**/ 667, /**/ 666,