]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3320: some local functions are not static v8.2.3320
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 9 Aug 2021 17:59:06 +0000 (19:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Aug 2021 17:59:06 +0000 (19:59 +0200)
commit8ee52affe7fd4daa03e002bc06611f0a8c3bcd5b
treebf218a0a9a9a0c8c182aca16491f5063f79acce5
parenteed9616120f60ad17d5e133f505bba5c559aee89
patch 8.2.3320: some local functions are not static

Problem:    Some local functions are not static.
Solution:   Add "static".  Move snprintf() related code to strings.c.
            (Yegappan Lakshmanan, closes #8734)
31 files changed:
src/alloc.c
src/channel.c
src/dict.c
src/digraph.c
src/edit.c
src/ex_docmd.c
src/getchar.c
src/job.c
src/list.c
src/message.c
src/profiler.c
src/proto/channel.pro
src/proto/dict.pro
src/proto/digraph.pro
src/proto/edit.pro
src/proto/ex_docmd.pro
src/proto/getchar.pro
src/proto/job.pro
src/proto/list.pro
src/proto/profiler.pro
src/proto/spell.pro
src/proto/vim9compile.pro
src/proto/vim9script.pro
src/proto/vim9type.pro
src/spell.c
src/strings.c
src/version.c
src/vim9compile.c
src/vim9script.c
src/vim9type.c
src/window.c