Skip to content

Commit

Permalink
Added optional modifier according to Modelica2.1
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@975 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Jun 10, 2003
1 parent 57080af commit b58ebec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelica_parser/src/modelica_parser.g
Expand Up @@ -297,7 +297,7 @@ argument ! :
;

element_modification :
( EACH )? ( FINAL )? component_reference modification string_comment
( EACH )? ( FINAL )? component_reference ( modification )? string_comment
;

element_redeclaration :
Expand Down

0 comments on commit b58ebec

Please sign in to comment.