commit | a23a11b5bf03454b71fdb5deac0d5f641e222160 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Feb 21 14:27:41 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 14:27:41 2023 +0000 |
tree | 5ce9eb5b9668eb891072ee7e03823b1c68214656 | |
parent | d950984489e50b12d87c85f0cce1d672c880aa23 [diff] [blame] |
patch 9.0.1336: functions without arguments are not always declared properly Problem: Functions without arguments are not always declared properly. Solution: Use "(void)" instead of "()". (Yegappan Lakshmanan, closes #12031)
diff --git a/src/version.c b/src/version.c index d1dd656..fd8e887 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1336, +/**/ 1335, /**/ 1334,