]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1781: some functions could be defined static v9.1.1781
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sun, 21 Sep 2025 17:52:42 +0000 (17:52 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 21 Sep 2025 17:52:42 +0000 (17:52 +0000)
commit3a6cf6d53b0ecf84ae4a0f8073996b34117251db
tree2edbd5f7e93d77851908b51ea83857259940dc80
parent7b973492ae0996a584a56b2513b3b6aa29f27459
patch 9.1.1781: some functions could be defined static

Problem:  some functions could be defined static
Solution: Change function definitions and make them static
          (Yegappan Lakshmanan)

closes: #18354

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/eval.c
src/insexpand.c
src/option.c
src/proto/eval.pro
src/proto/insexpand.pro
src/proto/option.pro
src/proto/wayland.pro
src/version.c
src/wayland.c