Changeset 30acf16 in git
- Timestamp:
- May 22, 1997, 6:05:04 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- d695bee0fee80eac3823a5965bcf3dd7d1054f1d
- Parents:
- adeaee75e8808053770804b0df5e0a75bf2ceea0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/attrib.cc
radeaee r30acf16 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: attrib.cc,v 1. 5 1997-04-12 16:04:33Singular Exp $ */4 /* $Id: attrib.cc,v 1.6 1997-05-22 16:05:04 Singular Exp $ */ 5 5 6 6 /* … … 111 111 h->name = s; 112 112 h->next = this; 113 h->data = data; 114 h->atyp = t; 115 return h; 113 116 } 114 117 //::Print("set attr >>%s<< of type %d\n",h->name,t); 115 118 h->data = data; 116 119 h->atyp = t; 117 return h;120 return this; 118 121 } 119 122
Note: See TracChangeset
for help on using the changeset viewer.