]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0221: unnecessary condition on PROTO v8.0.0221
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 18:49:12 +0000 (19:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2017 18:49:12 +0000 (19:49 +0100)
commit6a8ede99dd76a7de92ce9f40df6198428a530dd0
tree00413124607837d698d7d43e6c6303229c4f4e33
parent15eedf1d621d980cb40f50cc6a78a09ab94388c7
patch 8.0.0221: unnecessary condition on PROTO

Problem:    Checking if PROTO is defined inside a function has no effect.
Solution:   Remove the check for PROTO. (Hirohito Higashi)
src/misc1.c
src/version.c