summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-19 21:34:05 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-19 21:34:05 +0100
commit0d8562a9992e94d532485c37268ca33c0c49ecc2 (patch)
treea91ad1f6f9aef842d1a9cfaa2c8e604de9dce3ce /src/version.c
parentc9629251a634d4f5988c8162ba8249026d1af687 (diff)
downloadvim-git-0d8562a9992e94d532485c37268ca33c0c49ecc2.tar.gz
patch 8.1.0954: arguments of semsg() and siemsg() are not checkedv8.1.0954
Problem: Arguments of semsg() and siemsg() are not checked. Solution: Add function prototype with __attribute__.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a266ce08f..6fe4c9e35 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 954,
+/**/
953,
/**/
952,