commit | 3ed16dc6b71131f9a5808c066335617f5b6416e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 20:31:31 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 20:31:31 2011 +0200 |
tree | cb083649ff82575b4bf502123cf025660aec0e2f | |
parent | 7154b326d0aa1542d10d54278edc6af1fe57ac5d [diff] [blame] |
updated for version 7.3.207 Problem: Can't compile with MSVC with pentium4 and 64 bit. Solution: Only use SSE2 for 32 bit. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 65de7c9..d3c2421 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 207, +/**/ 206, /**/ 205,