From 289908e0b8a42dfe215555245d2291c2aaa41f4f Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 15 Oct 2020 16:25:57 +0100 Subject: Add `+build ignore` tag --- src/parser.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser.hpp') diff --git a/src/parser.hpp b/src/parser.hpp index c123cee0e..9e20ffc1b 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -128,6 +128,7 @@ struct AstPackage { String name; String fullpath; Array files; + bool is_single_file; // NOTE(bill): Created/set in checker Scope * scope; -- cgit v1.2.3