commit | 96caa557f92f7e1fd61d4b401fefd30c91eb44f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 21:57:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 17 21:57:43 2022 +0100 |
tree | b1519a4bec803038e98a4ae7a14ce52c77a16333 | |
parent | 1e8009e34a68b0fa5a47ef485d88a0cb11ec5687 [diff] [blame] |
patch 9.0.0494: small build misses float function declaraitons Problem: Small build misses float function declaraitons. Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index 8493c73..88888d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 494, +/**/ 493, /**/ 492,