Changeset b8b9d5 in git


Ignore:
Timestamp:
Feb 7, 2011, 6:15:54 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
06fdbe869e26dea8a81df51c687bbbf427761929
Parents:
e67f59d3016905a49b605b76364f25688a518f1d
Message:
attribute cleanup for idhdl fixed

git-svn-id: file:///usr/local/Singular/svn/trunk@13828 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/subexpr.cc

    re67f59 rb8b9d5  
    445445        if (r!=NULL) syKillComputation((syStrategy)data,r);
    446446        break;
     447      case IDHDL:
     448        attribute=NULL; // is only a pointer to attribute of id
     449        break;
    447450      // the following types do not take memory
    448451      // or are not copied
    449       case IDHDL:
    450452      case PACKAGE_CMD:
    451453      case ANY_TYPE:
Note: See TracChangeset for help on using the changeset viewer.