commit | 0387cae15ccdb8136381534a1f2c96b222346432 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 29 21:07:58 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 29 21:07:58 2019 +0100 |
tree | 85b0747a6537eb0850b56cbb916f3f8713de86c7 | |
parent | 9134f1ecd41207045db3cb47f0269497980395ad [diff] [blame] |
patch 8.1.2359: cannot build without FEAT_FLOAT Problem: Cannot build without FEAT_FLOAT. (John Marriott) Solution: Fix #ifdefs around f_srand().
diff --git a/src/version.c b/src/version.c index 7318a6a..04808b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2359, +/**/ 2358, /**/ 2357,