mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Make static an attribute rather than a keyword prefix
This commit is contained in:
@@ -376,7 +376,6 @@ AST_KIND(_DeclBegin, "", bool) \
|
||||
Array<Ast *> attributes; \
|
||||
CommentGroup *docs; \
|
||||
CommentGroup *comment; \
|
||||
bool is_static; \
|
||||
bool is_using; \
|
||||
bool is_mutable; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user