Changeset c2d3bb in git


Ignore:
Timestamp:
Feb 15, 2013, 12:11:12 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
78a4f8bba87f7b99cdb938cbf9f5a3305ab25e9a853a8a8632d02be202410bdba8d5cd3a73454419
Parents:
d1082186cb9684165b1a5fb6430edb79c9792979
Message:
chg: handling of alias (for example p(1+2))

from master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    rd10821 rc2d3bb  
    12071207  if (h->rtyp!=IDHDL)
    12081208  {
    1209     WerrorS("identifier required");
    1210     return TRUE;
     1209    BOOLEAN res=iiAssign(p,h);
     1210    h->CleanUp();
     1211    omFreeBin((ADDRESS)h, sleftv_bin);
     1212    return res;
    12111213  }
    12121214  if (h->Typ()!=p->Typ())
Note: See TracChangeset for help on using the changeset viewer.