Changeset 342716 in git
- Timestamp:
- Apr 28, 1998, 7:57:53 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 9b7eb03044033899584ba1c03663ef7d53e4595f
- Parents:
- a75e7812eea497c16d3788cf0b1fcb7873df6f54
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog
ra75e78 r342716 1 Tue Apr 28 19:56:46 MET DST 1998 hannes 2 * ipassign.cc: fixed assignment of resolution to list: need ipMoveId 1 3 1998-04-28 Olaf Bachmann <obachman@mathematik.uni-kl.de> 2 4 -
Singular/ipassign.cc
ra75e78 r342716 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipassign.cc,v 1.2 7 1998-04-07 17:52:19Singular Exp $ */4 /* $Id: ipassign.cc,v 1.28 1998-04-28 17:57:52 Singular Exp $ */ 5 5 6 6 /* … … 1265 1265 if((l->rtyp==IDHDL)&&(l->data!=NULL)) 1266 1266 { 1267 if (lt==DEF_CMD) ipMoveId((idhdl)l->data); 1267 if ((lt==DEF_CMD) || (lt==LIST_CMD)) 1268 ipMoveId((idhdl)l->data); 1268 1269 l->attribute=IDATTR((idhdl)l->data); 1269 1270 l->flag=IDFLAG((idhdl)l->data);
Note: See TracChangeset
for help on using the changeset viewer.