mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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.
This commit is contained in:
@@ -4029,7 +4029,7 @@ typedef enum
|
||||
EXPR_MULT, // *
|
||||
EXPR_DIV, // /
|
||||
EXPR_REM, // %
|
||||
} exptype_T;
|
||||
} exprtype_T;
|
||||
|
||||
/*
|
||||
* Structure used for reading in json_decode().
|
||||
|
Reference in New Issue
Block a user