Skip to content

Commit

Permalink
Added ARRAY again
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@425 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Sep 15, 1998
1 parent 3887404 commit bdb7b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeq/ast/modgram.g
Expand Up @@ -769,8 +769,8 @@ primary : << bool is_matrix; >>
if (is_matrix) {
#0->rml = Absyn__MATRIX(#c->rml);
} else {
/* #0->rml = Absyn__ARRAY(#c->rml); */
#0->rml = Absyn__MATRIX(mk_cons(#c->rml, mk_nil()));
#0->rml = Absyn__ARRAY(#c->rml);
/* #0->rml = Absyn__MATRIX(mk_cons(#c->rml, mk_nil()));*/
}
>>
RBRACK!
Expand Down

0 comments on commit bdb7b6b

Please sign in to comment.