comparison 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
comparison
equal deleted inserted replaced
23459:d050bf102b37 23460:09868c86a97f
139 ISN_2STRING, // convert value to string at isn_arg.number on stack 139 ISN_2STRING, // convert value to string at isn_arg.number on stack
140 ISN_2STRING_ANY, // like ISN_2STRING but check type 140 ISN_2STRING_ANY, // like ISN_2STRING but check type
141 ISN_NEGATENR, // apply "-" to number 141 ISN_NEGATENR, // apply "-" to number
142 142
143 ISN_CHECKNR, // check value can be used as a number 143 ISN_CHECKNR, // check value can be used as a number
144 ISN_CHECKTYPE, // check value type is isn_arg.type.tc_type 144 ISN_CHECKTYPE, // check value type is isn_arg.type.ct_type
145 ISN_CHECKLEN, // check list length is isn_arg.checklen.cl_min_len 145 ISN_CHECKLEN, // check list length is isn_arg.checklen.cl_min_len
146 ISN_SETTYPE, // set dict type to isn_arg.type.ct_type
146 147
147 ISN_PUT, // ":put", uses isn_arg.put 148 ISN_PUT, // ":put", uses isn_arg.put
148 149
149 ISN_CMDMOD, // set cmdmod 150 ISN_CMDMOD, // set cmdmod
150 ISN_CMDMOD_REV, // undo ISN_CMDMOD 151 ISN_CMDMOD_REV, // undo ISN_CMDMOD