Skip to content

Commit

Permalink
- fix bootstrapping
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12985 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Sep 19, 2012
1 parent 782885f commit fae269c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendVariable.mo
Expand Up @@ -3062,7 +3062,7 @@ protected function traverseBackendDAEVarWithStop "function: traverseBackendDAEVa
output tuple<BackendDAE.Var, Boolean, Type_a> outTpl;
end FuncExpType;
algorithm
(outTypeA,outBoolean):=
(outBoolean,outTypeA):=
matchcontinue (inVar,func,inTypeA)
local
BackendDAE.Var v;
Expand Down

0 comments on commit fae269c

Please sign in to comment.