Skip to content

Commit

Permalink
Fixed function calls with no arguments
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@819 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Jul 25, 2002
1 parent f64dafa commit adb9135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelica_parser/src/modelica_parser.g
Expand Up @@ -601,7 +601,7 @@ component_reference :
;

function_call :
LPAR! function_arguments RPAR!
LPAR! (function_arguments)? RPAR!
{
#function_call=#([FUNCTION_ARGUMENTS,"FUNCTION_ARGUMENTS"],#function_call);
}
Expand Down

0 comments on commit adb9135

Please sign in to comment.