Skip to content

Commit

Permalink
- Remove type Exp = DAE.Exp from Exp.mo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund committed Oct 24, 2010
1 parent 13fa077 commit 30f895f
Show file tree
Hide file tree
Showing 7 changed files with 812 additions and 812 deletions.
4 changes: 2 additions & 2 deletions Compiler/Ceval.mo
Expand Up @@ -142,7 +142,7 @@ algorithm
Absyn.Path funcpath,func;
DAE.Operator relop;
Env.Cache cache;
Exp.Exp expExp;
DAE.Exp expExp;
list<Integer> dims;
list<DAE.Dimension> arrayDims;
DAE.ComponentRef cr;
Expand Down Expand Up @@ -4508,7 +4508,7 @@ algorithm
Option<Interactive.InteractiveSymbolTable> st;
Msg msg;
Env.Cache cache;
Exp.Exp exp;
DAE.Exp exp;

// size(cr)
case (cache,env,DAE.CREF(componentRef = cr,ty = tp),impl,st,msg)
Expand Down

0 comments on commit 30f895f

Please sign in to comment.