mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
@(private) for foreign blocks; Improve foreign signature similarity rules
This commit is contained in:
@@ -425,6 +425,7 @@ struct ForeignContext {
|
||||
Ast * curr_library;
|
||||
ProcCallingConvention default_cc;
|
||||
String link_prefix;
|
||||
bool is_private;
|
||||
};
|
||||
|
||||
typedef Array<Entity *> CheckerTypePath;
|
||||
|
||||
Reference in New Issue
Block a user