comparison src/structs.h @ 23553:5c094273c015 v8.2.2319

patch 8.2.2319: "exptype_T" can be read as "expected type" Commit: https://github.com/vim/vim/commit/657137ca487c60d63989236115115161def270a5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 9 15:45:23 2021 +0100 patch 8.2.2319: "exptype_T" can be read as "expected type" Problem: "exptype_T" can be read as "expected type". Solution: Rename to "exprtype_T", expression type.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Jan 2021 16:00:04 +0100
parents 27ca5534a408
children f50ee1ae4d9b
comparison
equal deleted inserted replaced
23552:4c3639333c84 23553:5c094273c015
4027 EXPR_ADD, // + 4027 EXPR_ADD, // +
4028 EXPR_SUB, // - 4028 EXPR_SUB, // -
4029 EXPR_MULT, // * 4029 EXPR_MULT, // *
4030 EXPR_DIV, // / 4030 EXPR_DIV, // /
4031 EXPR_REM, // % 4031 EXPR_REM, // %
4032 } exptype_T; 4032 } exprtype_T;
4033 4033
4034 /* 4034 /*
4035 * Structure used for reading in json_decode(). 4035 * Structure used for reading in json_decode().
4036 */ 4036 */
4037 struct js_reader 4037 struct js_reader