Skip to content

Commit

Permalink
- fix bootstrapping
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13609 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 24, 2012
1 parent 2606865 commit 99852c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/FrontEnd/ComponentReference.mo
Expand Up @@ -1806,11 +1806,11 @@ algorithm
list<DAE.Subscript> subs;
DAE.Ident id;

case(DAE.CREF_IDENT(id,_,subs),newType)
case(DAE.CREF_IDENT(id,_,subs),_)
then
makeCrefIdent(id,newType,subs);

case(DAE.CREF_QUAL(id,ty,subs,child),newType)
case(DAE.CREF_QUAL(id,ty,subs,child),_)
equation
child = crefSetLastType(child,newType);
then
Expand Down

0 comments on commit 99852c8

Please sign in to comment.