Skip to content

Commit

Permalink
- Bootstrapped compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 20, 2011
1 parent 692de30 commit af7d25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/ErrorExt.mo
Expand Up @@ -101,7 +101,7 @@ end getNumErrorMessages;
public function getMessages
output list<Error.TotalMessage> res;

external "C" res=Error_getMessagesStr() annotation(Library = "omcruntime");
external "C" res=Error_getMessages() annotation(Library = "omcruntime");
end getMessages;

public function clearMessages
Expand Down

0 comments on commit af7d25e

Please sign in to comment.