]> granicus.if.org Git - vim/commit
patch 8.2.3573: cannot decide whether to skip test that fails with 64 bit v8.2.3573
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Nov 2021 21:39:49 +0000 (21:39 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Nov 2021 21:39:49 +0000 (21:39 +0000)
commit69b3072d984480935ec412b32b97fea974d2b689
treec00c9ec8a3e834ef3e2e2804d7de5ac5aa5d9720
parent7a33ebfc5b04353aa7674972087d581def8fdcc1
patch 8.2.3573: cannot decide whether to skip test that fails with 64 bit

Problem:    Cannot decide whether to skip test that fails with 64 bit ints.
            (closes #9072)
Solution:   Add v:sizeofint, v:sizeoflong and v:sizeofpointer.  Improve the
            check for multiply overflow.
src/evalvars.c
src/register.c
src/testdir/test_put.vim
src/version.c
src/vim.h