mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-19 01:01:31 -07:00
Allow for import _ "foo" to allow for @(init) procedures; Remove using import code
This commit is contained in:
@@ -585,7 +585,6 @@ AST_KIND(_DeclBegin, "", bool) \
|
||||
Token import_name; \
|
||||
CommentGroup *docs; \
|
||||
CommentGroup *comment; \
|
||||
bool is_using; \
|
||||
}) \
|
||||
AST_KIND(ForeignImportDecl, "foreign import declaration", struct { \
|
||||
Token token; \
|
||||
|
||||
Reference in New Issue
Block a user