]> granicus.if.org Git - vim/commit
patch 9.0.0398: members of funccall_T are inconsistently named v9.0.0398
authorBram Moolenaar <Bram@vim.org>
Tue, 6 Sep 2022 17:57:08 +0000 (18:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 6 Sep 2022 17:57:08 +0000 (18:57 +0100)
commitca16c60f337ed33d5dd66a6e90aaf95b619c5e47
tree4c552c6a030970a050e9ab9aeea33fa222d717aa
parent58779858fb5a82a3233af5d4237a3cece88c10d4
patch 9.0.0398: members of funccall_T are inconsistently named

Problem:    Members of funccall_T are inconsistently named.
Solution:   Use the "fc_" prefix for all members.
src/evalvars.c
src/profiler.c
src/structs.h
src/userfunc.c
src/version.c
src/vim9execute.c