Changeset 4a4593a in git


Ignore:
Timestamp:
Nov 7, 2013, 5:40:48 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
eab100d6f878d6ce3c81e3396c6448f70e40b9affd6816507d9d8040e8379a880a5d36da704d9da1
Parents:
b38f8137dbcaf7b468232f449c1346a88a9cc6fd
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-07 17:40:48+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-11-07 17:41:44+01:00
Message:
chg: make "=" for newstruct usable with >1 args on rhs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    rb38f81 r4a4593a  
    887887  if ((l->rtyp==IDHDL)&&(lt!=QRING_CMD)&&(lt!=RING_CMD))
    888888    ld=(leftv)l->data;
    889   if (lt>MAX_TOK)
    890   {
    891     blackbox *bb=getBlackboxStuff(lt);
    892 #ifdef BLACKBOX_DEVEL
    893     Print("bb-assign: bb=%lx\n",bb);
    894 #endif
    895     return (bb==NULL) || bb->blackbox_Assign(l,r);
    896   }
    897889  while (((dAssign[i].res!=lt)
    898890      || (dAssign[i].arg!=rt))
     
    15651557        return b;
    15661558      }
     1559    }
     1560    if (lt>MAX_TOK)
     1561    {
     1562      blackbox *bb=getBlackboxStuff(lt);
     1563#ifdef BLACKBOX_DEVEL
     1564      Print("bb-assign: bb=%lx\n",bb);
     1565#endif
     1566      return (bb==NULL) || bb->blackbox_Assign(l,r);
    15671567    }
    15681568    // end of handling elems of list and similiar
Note: See TracChangeset for help on using the changeset viewer.