view nsis/gvim_version.nsh @ 18582:5816778ee545 v8.1.2285

patch 8.1.2285: padding in structures wastes memory Commit: https://github.com/vim/vim/commit/d6beab0248cdb0b7073e97d98d65de7138cb3386 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 10 15:07:19 2019 +0100 patch 8.1.2285: padding in structures wastes memory Problem: Padding in structures wastes memory. Solution: Move fields to avoid padding. (Dominique Pelle, closes https://github.com/vim/vim/issues/5202)
author Bram Moolenaar <Bram@vim.org>
date Sun, 10 Nov 2019 15:15:03 +0100
parents 1174611ad715
children af69c9335223
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
!define VER_MINOR 1
!endif