Minor changes

This commit is contained in:
Ginger Bill
2016-12-16 20:18:23 +00:00
parent 9634b28b07
commit d4457e9fa4
5 changed files with 17 additions and 70 deletions
+3 -3
View File
@@ -193,9 +193,9 @@ gb_global ImplicitValueInfo implicit_value_infos[ImplicitValue_Count] = {0};
typedef struct CheckerContext {
Scope * scope;
DeclInfo *decl;
u32 stmt_state_flags;
Scope * scope;
DeclInfo * decl;
u32 stmt_state_flags;
} CheckerContext;
#define MAP_TYPE TypeAndValue