diff src/vim9.h @ 23460:09868c86a97f v8.2.2273

patch 8.2.2273: build failure Commit: https://github.com/vim/vim/commit/628c102d128b4e376916ba38b883eb9ae9f41f31 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 15:49:28 2021 +0100 patch 8.2.2273: build failure Problem: Build failure. Solution: Add missing changes to header file.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 16:00:03 +0100
parents f181fe2150ab
children 36bf9a6fbd4c
line wrap: on
line diff
--- 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