Fix atomic.odin

This commit is contained in:
gingerBill
2018-10-20 12:55:48 +01:00
parent 3742d9e7e9
commit 72f4186b21
4 changed files with 15 additions and 19 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ AstFile * ast_file_of_filename (CheckerInfo *i, String filename);
isize type_info_index (CheckerInfo *i, Type * type, bool error_on_failure = true);
// Will return nullptr if not found
Entity *entity_of_node(CheckerInfo *i, Ast *expr);
Entity *entity_of_node(Ast *expr);
Entity *scope_lookup_current(Scope *s, String name);