Mercurial > vim
view nsis/gvim_version.nsh @ 34249:d4d230cdfbca v9.1.0066
patch 9.1.0066: gcc complains about use of uninitialized var
Commit: https://github.com/vim/vim/commit/f2fb7dd3d3bb94fc51347c25d2829bb0a80c8719
Author: Christian Brabandt <cb@256bit.org>
Date: Wed Jan 31 20:29:07 2024 +0100
patch 9.1.0066: gcc complains about use of uninitialized var
Problem: gcc complains about use of uninitialized var
(Tony Mechelynck, after 9.1.0064)
Solution: initialize button to silence gcc
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 31 Jan 2024 20:45:03 +0100 |
parents | 4635e43f2c6f |
children |
line wrap: on
line source
# Generated from Makefile: define the version numbers !ifndef __GVIM_VER__NSH__ !define __GVIM_VER__NSH__ !define VER_MAJOR 9 !define VER_MINOR 1 !endif