Skip to content

Commit

Permalink
- Fix some varArgs annotation issues.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13030 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Sep 24, 2012
1 parent fcddc95 commit ddf9c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compiler/FrontEnd/SCode.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3825,6 +3825,7 @@ algorithm
b = hasBooleanNamedAnnotation(rest,annotationName);
then
b;
case ({}, _) then false;
end matchcontinue;
end hasBooleanNamedAnnotation;

Expand Down Expand Up @@ -3873,6 +3874,7 @@ algorithm
b = hasBooleanNamedAnnotation3(rest,namedAnnotation);
then
b;
case ({}, _) then false;
end matchcontinue;
end hasBooleanNamedAnnotation3;

Expand Down

0 comments on commit ddf9c50

Please sign in to comment.