Skip to content

Commit

Permalink
- Fix for SimplifyTest.mos
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Nov 5, 2010
1 parent 4725bf4 commit 55a44b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Builtin.mo
Expand Up @@ -388,11 +388,11 @@ protected constant DAE.Type int2int=(

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

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

protected constant DAE.Type intInt2int=(
DAE.T_FUNCTION(
Expand Down

0 comments on commit 55a44b0

Please sign in to comment.