mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 10:18:18 +00:00
viml/parser/expressions,klee: Fix some problems found by KLEE run
This commit is contained in:
@@ -69,7 +69,7 @@ typedef enum {
|
||||
} ExprOptScope;
|
||||
|
||||
#define EXPR_OPT_SCOPE_LIST \
|
||||
((char *)(char[]){ kExprOptScopeGlobal, kExprOptScopeLocal })
|
||||
((char[]){ kExprOptScopeGlobal, kExprOptScopeLocal })
|
||||
|
||||
/// All possible variable scopes
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user