Changeset 30acf16 in git for Singular/attrib.cc


Ignore:
Timestamp:
May 22, 1997, 6:05:04 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d695bee0fee80eac3823a5965bcf3dd7d1054f1d
Parents:
adeaee75e8808053770804b0df5e0a75bf2ceea0
Message:
* hannes: fixed atATTRIB3/attr:set in attrib.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/attrib.cc

    radeaee r30acf16  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: attrib.cc,v 1.5 1997-04-12 16:04:33 Singular Exp $ */
     4/* $Id: attrib.cc,v 1.6 1997-05-22 16:05:04 Singular Exp $ */
    55
    66/*
     
    111111     h->name = s;
    112112     h->next = this;
     113     h->data = data;
     114     h->atyp = t;
     115     return  h;
    113116  }
    114117  //::Print("set attr >>%s<< of type %d\n",h->name,t);
    115118  h->data = data;
    116119  h->atyp = t;
    117   return  h;
     120  return  this;
    118121}
    119122
Note: See TracChangeset for help on using the changeset viewer.