]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1393: unnecessary type casts v8.1.1393
authorBram Moolenaar <Bram@vim.org>
Sat, 25 May 2019 18:21:28 +0000 (20:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 May 2019 18:21:28 +0000 (20:21 +0200)
commit51e14387f120392b74b84408cafec33942337a05
tree43d2b2077c404671de3f7fdfc5bc90930aa53d09
parent682725c1415f50681877df60257115a966e2a3d4
patch 8.1.1393: unnecessary type casts

Problem:    Unnecessary type casts.
Solution:   Remove type casts from alloc() and lalloc() calls. (Mike Williams)
31 files changed:
src/channel.c
src/crypt.c
src/dict.c
src/dosinst.c
src/evalfunc.c
src/ex_cmds.c
src/ex_cmds2.c
src/ex_docmd.c
src/ex_getln.c
src/fileio.c
src/findfile.c
src/if_ole.cpp
src/if_py_both.h
src/list.c
src/message.c
src/misc1.c
src/misc2.c
src/ops.c
src/os_vms.c
src/os_win32.c
src/quickfix.c
src/regexp_nfa.c
src/screen.c
src/search.c
src/sign.c
src/syntax.c
src/tag.c
src/term.c
src/terminal.c
src/textprop.c
src/version.c