Skip to content

Commit

Permalink
- Use the proper AssertionLevel name in ModelicaBuiltin.mo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8820 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 4, 2011
1 parent 02b25dd commit 1c2a408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/ModelicaBuiltin.mo
Expand Up @@ -48,12 +48,12 @@ function terminal
external "builtin";
end terminal;

type AssertionLevel_ = enumeration(error, warning);
type AssertionLevel = enumeration(error, warning);

function assert
input Boolean condition;
input String message;
input AssertionLevel_ level;
input AssertionLevel level;
external "builtin";
end assert;

Expand Down

0 comments on commit 1c2a408

Please sign in to comment.