Skip to content

Commit

Permalink
- Fix compilation of Builtin.mo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7522 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Dec 20, 2010
1 parent 2898ea9 commit 0734c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/Builtin.mo
Expand Up @@ -1164,11 +1164,11 @@ protected constant DAE.Type int2int=(
DAE.T_FUNCTION({("x",DAE.T_INTEGER_DEFAULT)},
DAE.T_INTEGER_DEFAULT,DAE.FUNCTION_ATTRIBUTES_DEFAULT),NONE());

protected constant tuple<DAE.TType, Option<Type_a>> int2bool=(
protected constant DAE.Type int2bool=(
DAE.T_FUNCTION({("x",DAE.T_INTEGER_DEFAULT)},
DAE.T_BOOL_DEFAULT,DAE.FUNCTION_ATTRIBUTES_DEFAULT),NONE());

protected constant tuple<DAE.TType, Option<Type_a>> enumeration2int=(
protected constant DAE.Type enumeration2int=(
DAE.T_FUNCTION({("x",(DAE.T_ENUMERATION(NONE(), Absyn.IDENT(""), {}, {}, {}),NONE()))},
DAE.T_INTEGER_DEFAULT,DAE.FUNCTION_ATTRIBUTES_DEFAULT),NONE());

Expand Down

0 comments on commit 0734c9d

Please sign in to comment.