]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0970: VMS: build errors on VMS architecture v9.1.0970
authorZoltan Arpadffy <zoltan.arpadffy@gmail.com>
Sun, 29 Dec 2024 08:50:20 +0000 (09:50 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Dec 2024 08:50:20 +0000 (09:50 +0100)
commit7b12ac3ad86f02bf26d6830caa991041dd1c4785
tree1538fd6ab4618a2cc47f7b09d4bb3eb061d6b83f
parentf2e08a1e54e1e6f594edac5cd971ac2e03896a07
patch 9.1.0970: VMS: build errors on VMS architecture

Problem:  VMS: build errors on VMS architecture
Solution: define cellsize struct, use C89 to initialize lval_root_S
          struct (Zoltan Arpadffy)

* define struct cellsize for VMS
* ensures the code adheres to the C89 standard

closes: #16328

Signed-off-by: Zoltan Arpadffy <zoltan.arpadffy@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/structs.h
src/version.c
src/vim9execute.c