Skip to content

Commit

Permalink
- Missing external argument
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jul 14, 2011
1 parent 2c70d22 commit 2f66a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Parser.mo
Expand Up @@ -60,7 +60,7 @@ public function parsestring "Parse a string as if it were a stored definition"
input String str;
input String infoFilename := "<interactive>";
output Absyn.Program outProgram;
external "C" outProgram=Parser_parsestring(str) annotation(Library = {"omcruntime","omparse","antlr3"});
external "C" outProgram=Parser_parsestring(str,infoFilename) annotation(Library = {"omcruntime","omparse","antlr3"});
end parsestring;

public function parsestringexp "Parse a string as if it was a sequence of statements"
Expand Down

0 comments on commit 2f66a54

Please sign in to comment.