commit | 02fdaeaa697fb5af4ba7fee6e209b3c2c825bb4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 18:13:55 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 18:13:55 2016 +0100 |
tree | 1a6c1a439d0fff8f37f4a814f180ca26059100c9 | |
parent | 68c2f638e65d914dc6e84eb7ce2624f08af525c0 [diff] [blame] |
patch 7.4.1209 Problem: Can't build with Athena. Solution: Fix function declarations.
diff --git a/src/version.c b/src/version.c index 5cc31d5..2117796 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1209, +/**/ 1208, /**/ 1207,