Skip to content

Commit

Permalink
- Allow MetaArray to be treated as a TYPE in ClassInf
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6993 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 12, 2010
1 parent bf1047c commit 36b290a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/ClassInf.mo
Expand Up @@ -581,6 +581,7 @@ algorithm
case (META_LIST(p),SCode.R_TYPE()) then ();
case (META_OPTION(p),SCode.R_TYPE()) then ();
case (META_RECORD(p),SCode.R_TYPE()) then ();
case (META_ARRAY(p),SCode.R_TYPE()) then ();
case (UNIONTYPE(p),SCode.R_TYPE()) then ();

end matchcontinue;
Expand Down

0 comments on commit 36b290a

Please sign in to comment.