commit | 8dc907d7d30c9f60f14f197e99f2f62001dd09f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 14:44:10 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 14:44:10 2014 +0200 |
tree | 1a1192f42bcabe0b2ee1f1f350ba16acb76a5a8e | |
parent | 597a422416f37f8e22ed8f561667d6bab8814958 [diff] [blame] |
updated for version 7.4.339 Problem: Local function is available globally. Solution: Add "static".
diff --git a/src/version.c b/src/version.c index 78d39bb..8568a36 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 339, +/**/ 338, /**/ 337,