Changeset 2687e2 in git


Ignore:
Timestamp:
Jan 13, 2015, 5:05:02 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
cee2052c592af6805a2f85edda3e0bd517fb1b69
Parents:
d711b46eb29f241f3854ae99e8451d3beb7f96e4
Message:
fix: setting CurrPack for branchTo-calls
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rd711b4 r2687e2  
    12251225      if (pi->data.s.body==NULL) return TRUE;
    12261226    }
     1227    if ((pi->pack!=NULL)&&(currPack!=pi->pack))
     1228    {
     1229      currPack=pi->pack;
     1230      iiCheckPack(currPack);
     1231      currPackHdl=packFindHdl(currPack);
     1232      //Print("set pack=%s\n",IDID(currPackHdl));
     1233    }
    12271234    err=iiAllStart(pi,pi->data.s.body,BT_proc,pi->data.s.body_lineno-(iiCurrArgs==NULL));
    12281235    exitBuffer(BT_proc);
     
    53245331        //ringtype = 1;       // Use Z/2^ch
    53255332        cf=nInitChar(n_Z2m,(void*)(long)modExponent);
    5326         mpz_clear(modBase);
     5333        mpz_clear(modBase);
    53275334        omFreeSize (modBase, sizeof (mpz_t));
    53285335      }
Note: See TracChangeset for help on using the changeset viewer.