commit | e60c2e5e1c8df565076c392c3052c34078fda777 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 19:35:38 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 19:35:38 2013 +0200 |
tree | 9fcf0bb1bec38bf1221eebc13abad55579670a55 | |
parent | 8795374bd31a98e488e1ce293604f17eec33067b [diff] [blame] |
updated for version 7.3.1123 Problem: Can't build tiny Vim on MS-Windows. Solution: Adjust #ifdef around using modif_fname(). (Mike Williams)
diff --git a/src/version.c b/src/version.c index edc78bc..cfe0b22 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1123, +/**/ 1122, /**/ 1121,