mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 07:04:58 -07:00
#alias type declarations; core library additions; _global import name for the global scope
This commit is contained in:
@@ -1678,6 +1678,9 @@ void ir_print_proc(irFileBuffer *f, irModule *m, irProcedure *proc) {
|
||||
ir_write_string(f, "dllexport ");
|
||||
}
|
||||
}
|
||||
// if (!proc->is_export && !proc->is_foreign && !proc->is_entry_point) {
|
||||
// ir_write_string(f, "internal ");
|
||||
// }
|
||||
}
|
||||
|
||||
TypeProc *proc_type = &proc->type->Proc;
|
||||
|
||||
Reference in New Issue
Block a user