Changeset f833686 in OpenModelica


Ignore:
Timestamp:
2013-02-17T17:41:30+01:00 (11 years ago)
Author:
Pavol Privitzer <ppriv@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
227e4eef
Parents:
e59c8b84
Message:

more fix bootstrapping (complete tplCallWithFailError2, too)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15207 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/Template/Tpl.mo

    re59c8b84 rf833686  
    15701570  end Tpl_Fun;
    15711571protected
    1572   Tpl_Fun in_fun;
    15731572  ArgType1 argA;
    15741573  ArgType2 argB;
     
    15761575algorithm
    15771576 outTxt := matchcontinue(inFun, inArgA, inArgB)
    1578     case(in_fun, argA, argB)     
    1579       equation
    1580         txt = in_fun(emptyTxt, argA, argB);
     1577    case(_, argA, argB)     
     1578      equation
     1579        txt = inFun(emptyTxt, argA, argB);
    15811580      then txt;
    15821581    else
Note: See TracChangeset for help on using the changeset viewer.