Changeset 628418 in git for Singular/ipassign.cc


Ignore:
Timestamp:
Jun 4, 2012, 4:06:41 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
bca3419f85dea156ca9d3a4851a7146d9d7c7bf8
Parents:
510dbc222823c06af5c391eca075c45c04553e14
Message:
fix: assignment of expr_list (#429)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipassign.cc

    r510dbc r628418  
    10511051    l->next=NULL;
    10521052    nok=jiAssign_1(l,&t);
     1053    l->next=h;
    10531054    if (nok) return TRUE;
    10541055    i++;
     
    10841085    l->next=NULL;
    10851086    nok=jiAssign_1(l,&t);
     1087    l->next=h;
    10861088    t.CleanUp();
    10871089    if (nok)
Note: See TracChangeset for help on using the changeset viewer.