﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1358	Update external function definitions in the compiler	Martin Sjölund	Martin Sjölund	"All external functions in Compiler/*.mo need to be updated to avoid name clashes.
{{{public function time
   output Real outReal;
-  external ""C"";
+  external ""C"" outReal=System_time() annotation(Library = ""omcruntime"");
end time;}}}

After that, they also need to be implemented in omcruntime (see the attachment)"	task	closed	high	Bootstrapping			fixed		Martin Sjölund
