Skip to content

Commit

Permalink
Fixed bug with external decl.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@908 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Jan 28, 2003
1 parent 417ac9c commit 31a8558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelica_parser/src/modelica_parser.g
Expand Up @@ -122,7 +122,7 @@ composition :
| equation_clause
| algorithm_clause
)*
( EXTERNAL^ ( language_specification )?
( EXTERNAL ( language_specification )?
( external_function_call )?
(SEMICOLON!) ?
/* Relaxed from Modelica 2.0. This code will be correct in 2.1 */
Expand Down

0 comments on commit 31a8558

Please sign in to comment.