Skip to content

Commit

Permalink
- Add dumping of cast to records
Browse files Browse the repository at this point in the history
- Bumped MSL version


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 13, 2012
1 parent 55611ee commit 5b0d61b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Compiler/Template/ExpressionDumpTpl.tpl
Expand Up @@ -65,11 +65,6 @@ match exp
case TUPLE(__) then
let tuple_str = dumpExpList(PR, stringDelimiter, ", ")
'(<%tuple_str%>)'
case CAST(ty=DAE.T_COMPLEX(__)) then
/* TODO: Add this. Keep it not to mess with flat code for now */
let exp_str = dumpExp(exp, stringDelimiter)
let ty_str = dumpType(ty)
'<% if typeinfo() then '/*<%ty_str%>*/'%><%exp_str%>'
case CAST(__) then
let exp_str = dumpExp(exp, stringDelimiter)
let ty_str = dumpType(ty)
Expand Down

0 comments on commit 5b0d61b

Please sign in to comment.