commit | 3780bb923a688e0051a9a23474eeb38a8acb695a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 22:18:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 22:18:53 2016 +0200 |
tree | 0670ec7af05a34fad5161b402b3861d291a148f0 | |
parent | 03413f44167c4b5cd0012def9bb331e2518c83cf [diff] [blame] |
patch 7.4.1725 Problem: Compiler errors for non-ANSI compilers. Solution: Remove // comment. Remove comma at end of enum. (Michael Jarvis)
diff --git a/src/version.c b/src/version.c index e422527..5ca0219 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1725, +/**/ 1724, /**/ 1723,