Make static an attribute rather than a keyword prefix

This commit is contained in:
gingerBill
2019-02-23 22:17:27 +00:00
parent e551d2b25e
commit a9ab90bd24
9 changed files with 63 additions and 48 deletions
+1
View File
@@ -306,6 +306,7 @@ struct DeferredProcedure {
struct AttributeContext {
bool is_export;
bool is_static;
String link_name;
String link_prefix;
isize init_expr_list_count;