Replace foreign export {} with @export

This commit is contained in:
gingerBill
2019-02-23 21:39:47 +00:00
parent 38ae2e9efa
commit e551d2b25e
7 changed files with 70 additions and 30 deletions
+1 -1
View File
@@ -305,6 +305,7 @@ struct DeferredProcedure {
struct AttributeContext {
bool is_export;
String link_name;
String link_prefix;
isize init_expr_list_count;
@@ -423,7 +424,6 @@ struct ForeignContext {
Ast * curr_library;
ProcCallingConvention default_cc;
String link_prefix;
bool in_export;
};
typedef Array<Entity *> CheckerTypePath;