Skip to content

Commit

Permalink
- Minor fix (RML doesn't care about output arguments; OMC does)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 12, 2010
1 parent 9deee03 commit 2c1692e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/Dump.mo
Expand Up @@ -5130,7 +5130,7 @@ end stdout;
public function getAstAsCorbaString
input Absyn.Program program;
algorithm
outStr := matchcontinue program
_ := matchcontinue program
local
list<Absyn.Class> classes;
Absyn.Within within_;
Expand All @@ -5147,6 +5147,7 @@ algorithm
Print.printBuf("\nend Absyn.PROGRAM;");
then ();
end matchcontinue;
print(Print.getString());
end getAstAsCorbaString;

protected function printPathAsCorbaString
Expand Down

0 comments on commit 2c1692e

Please sign in to comment.