Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1156 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Apr 22, 2004
1 parent 0662b52 commit f8ba2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modeq/absyn_builder/walker.g
Expand Up @@ -1524,8 +1524,8 @@ primary returns [void* ast]
ast = Absyn__MATRIX(make_rml_list_from_stack(el_stack));
}
| #(LBRACE ( (ast = expression_list) { ast = Absyn__ARRAY(ast); }
| (ast = for_iterator)
) RBRACE)
| #(FOR_ITERATOR ast = for_iterator)
))
| END { ast = Absyn__END; }
)
;
Expand Down

0 comments on commit f8ba2de

Please sign in to comment.