From: Brendan Hansen Date: Thu, 15 Apr 2021 02:54:50 +0000 (-0500) Subject: made package nodes being "typed", to avoid some errors X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=7509257df5c5396d4668cd53ac5bbcf4a4d8edd9;p=onyx.git made package nodes being "typed", to avoid some errors --- diff --git a/bin/onyx b/bin/onyx index 944d40c2..0dd33991 100755 Binary files a/bin/onyx and b/bin/onyx differ diff --git a/include/onyxastnodes.h b/include/onyxastnodes.h index a3c147bb..075cd8da 100644 --- a/include/onyxastnodes.h +++ b/include/onyxastnodes.h @@ -793,7 +793,7 @@ struct AstOverloadedFunction { }; struct AstPackage { - AstNode_base; + AstTyped_base; // Allocated in the ast arena char * package_name;