]> granicus.if.org Git - vim/commit
patch 8.1.0443: unnecessary static function prototypes v8.1.0443
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Sep 2018 19:43:26 +0000 (21:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Sep 2018 19:43:26 +0000 (21:43 +0200)
commit6dff58f15cede9139b2fcfc64c9064326ea3d3b0
treef2326055f5fe8bb5948374155f11bd220c1d9dc7
parentf45d747ebf920940b041f5c75c2bfdffb6b670ae
patch 8.1.0443: unnecessary static function prototypes

Problem:    Unnecessary static function prototypes.
Solution:   Remove unnecessary prototypes.
61 files changed:
src/arabic.c
src/blowfish.c
src/buffer.c
src/charset.c
src/crypt_zip.c
src/digraph.c
src/edit.c
src/eval.c
src/evalfunc.c
src/ex_cmds.c
src/ex_cmds2.c
src/ex_docmd.c
src/ex_eval.c
src/ex_getln.c
src/fileio.c
src/getchar.c
src/gui.c
src/gui_at_fs.c
src/gui_athena.c
src/gui_gtk_x11.c
src/gui_mac.c
src/gui_motif.c
src/gui_photon.c
src/gui_w32.c
src/gui_x11.c
src/hangulin.c
src/hardcopy.c
src/if_cscope.c
src/if_mzsch.c
src/if_python3.c
src/if_xcmdsrv.c
src/integration.c
src/json.c
src/main.c
src/mbyte.c
src/memline.c
src/message.c
src/misc1.c
src/misc2.c
src/move.c
src/netbeans.c
src/normal.c
src/ops.c
src/option.c
src/os_unix.c
src/os_win32.c
src/pty.c
src/regexp.c
src/screen.c
src/search.c
src/sha256.c
src/spell.c
src/spellfile.c
src/syntax.c
src/tag.c
src/term.c
src/ui.c
src/undo.c
src/version.c
src/window.c
src/workshop.c