summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-02 15:49:28 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-02 15:49:28 +0100
commit628c102d128b4e376916ba38b883eb9ae9f41f31 (patch)
tree26e38107c83d0fbf6bc9a255aec98a6a759cb8ac
parentaa210a3aeccc33c6051978017959126b037f94af (diff)
downloadvim-git-628c102d128b4e376916ba38b883eb9ae9f41f31.tar.gz
patch 8.2.2273: build failurev8.2.2273
Problem: Build failure. Solution: Add missing changes to header file.
-rw-r--r--src/version.c2
-rw-r--r--src/vim9.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index 94a22c00d..59f4b4db6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2273,
+/**/
2272,
/**/
2271,
diff --git a/src/vim9.h b/src/vim9.h
index fd28e5f13..0f1a9ab20 100644
--- a/src/vim9.h
+++ b/src/vim9.h
@@ -141,8 +141,9 @@ typedef enum {
ISN_NEGATENR, // apply "-" to number
ISN_CHECKNR, // check value can be used as a number
- ISN_CHECKTYPE, // check value type is isn_arg.type.tc_type
+ ISN_CHECKTYPE, // check value type is isn_arg.type.ct_type
ISN_CHECKLEN, // check list length is isn_arg.checklen.cl_min_len
+ ISN_SETTYPE, // set dict type to isn_arg.type.ct_type
ISN_PUT, // ":put", uses isn_arg.put