commit | d6beab0248cdb0b7073e97d98d65de7138cb3386 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 15:07:19 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 10 15:07:19 2019 +0100 |
tree | 784765d2049ba05ef9a4e6c16a78a4762e775adc | |
parent | 439b3aca373a1fc661f20154eba340045bbe8454 [diff] [blame] |
patch 8.1.2285: padding in structures wastes memory Problem: Padding in structures wastes memory. Solution: Move fields to avoid padding. (Dominique Pelle, closes #5202)
diff --git a/src/version.c b/src/version.c index 64efb6e..823d4d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2285, +/**/ 2284, /**/ 2283,