commit | 18a4ba29aeccb9841d5bfdd2eaaffdfae2f15ced | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 24 19:39:03 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 24 19:39:03 2019 +0200 |
tree | 408ad339f6b34876d2fa481ac61568c7739b1160 | |
parent | 71de720c2c117137185a6fc233b35aab37f0d4bc [diff] [blame] |
patch 8.1.1386: unessesary type casts for lalloc() Problem: Unessesary type casts for lalloc(). Solution: Remove type casts. Change lalloc(size, TRUE) to alloc(size).
diff --git a/src/version.c b/src/version.c index a66b7a5..3653b9b 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1386, +/**/ 1385, /**/ 1384,