From a43b89f36e988df8268ee92ea54017806b3226bb Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 29 Oct 2017 11:35:21 +0000 Subject: #alias type declarations; core library additions; `_global` import name for the global scope --- src/ir_print.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ir_print.cpp') diff --git a/src/ir_print.cpp b/src/ir_print.cpp index f60764b94..edf2665c7 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -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; -- cgit v1.2.3