diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-11-12 15:45:21 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-11-12 15:45:21 +0100 |
commit | b103138b1e9ff2330901a0bc06378d2e5ed4f9ae (patch) | |
tree | f987e5f2a4137ee8d6af79fe88fbaa9e52f4ca00 /src/version.c | |
parent | 3a0c90898338c04bde314bede9f116f299eaddef (diff) | |
download | vim-b103138b1e9ff2330901a0bc06378d2e5ed4f9ae.zip |
updated for version 7.4.510
Problem: "-fwrapv" argument breaks use of cproto.
Solution: Remove the alphabetic arguments in a drastic way.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 06c4016be..89272be50 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 510, +/**/ 509, /**/ 508, |