viml/parser/expressions,klee: Fix some problems found by KLEE run

This commit is contained in:
ZyX
2017-10-15 21:11:00 +03:00
parent bc386c4882
commit 3aa2c0d63a
5 changed files with 20 additions and 14 deletions

View File

@@ -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 {