commit | 099fdde0f073315b7f2700786ae533d23a556348 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 14:45:21 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 13 14:45:21 2015 +0100 |
tree | 1224656efb7298216184fef7ff787dd2a758d606 | |
parent | 9ec021a2b0dd35ba744a8e2a9430a643c85b922a [diff] [blame] |
patch 7.4.971 Problem: The asin() function can't be used. Solution: Sort the function table properly. (Watiko)
diff --git a/src/version.c b/src/version.c index 803e139..1436594 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 971, +/**/ 970, /**/ 969,