Changeset d74b89 in git
- Timestamp:
- Mar 24, 2010, 5:21:28 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 8d38c87696c391242416d301f1f773cb98e0dee7
- Parents:
- 096c99353cb1003a6b35629d0482bdc72eda6e31
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r096c99 rd74b89 857 857 } 858 858 v->req_packhdl=IDPACKAGE(packhdl); 859 v->packhdl=IDPACKAGE(packhdl);860 859 syMake(v, v->name, packhdl); 861 860 memcpy(res, v, sizeof(sleftv)); -
Singular/subexpr.cc
r096c99 rd74b89 1256 1256 #endif 1257 1257 v->Init(); 1258 v->packhdl = NULL;1259 1258 if(packhdl != NULL) 1260 1259 { -
Singular/subexpr.h
r096c99 rd74b89 55 55 */ 56 56 Subexpr e; /* holds the indices for indexed values */ 57 package packhdl;58 57 package req_packhdl; 59 58 inline void Init() { memset(this,0,sizeof(*this)); }
Note: See TracChangeset
for help on using the changeset viewer.