commit | 6a2697ffd7e894861853b351689b0ddec8901c96 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 13:14:30 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 13:14:30 2015 +0100 |
tree | 01845ed85b8f32dfc2511700c15aac1ddf802adc | |
parent | b4ff518d95aa57c2f8c0568c915035bef849581b [diff] [blame] |
patch 7.4.923 Problem: Prototypes not always generated. Solution: Change #if to OR with PROTO.
diff --git a/src/version.c b/src/version.c index 73c1b8f..edfbca8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 923, +/**/ 922, /**/ 921,