mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
Replace foreign export {} with @export
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user