mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 05:25:10 +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