Changeset 34fbd93 in git for Singular/iparith.cc
- Timestamp:
- Jul 9, 1999, 4:58:30 PM (24 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 6959c49751ce060112fd62dace5b8f7590c72602
- Parents:
- 609ba11e29d4d3c44b5785da0728121bbc8e0065
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r609ba11 r34fbd93 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.15 7 1999-07-09 14:06:45 obachmanExp $ */4 /* $Id: iparith.cc,v 1.158 1999-07-09 14:58:25 Singular Exp $ */ 5 5 6 6 /* … … 4311 4311 leftv v=u->next; 4312 4312 u->next=NULL; 4313 BOOLEAN b=iiExprArith2(res,u,iiOp,v );4313 BOOLEAN b=iiExprArith2(res,u,iiOp,v, (iiOp > 255)); 4314 4314 u->next=v; 4315 4315 return b; … … 4522 4522 static BOOLEAN jjKLAMMER_PL(leftv res, leftv u) 4523 4523 { 4524 if (yyInRingConstruction) 4525 { 4526 memcpy(res,u,sizeof(sleftv)); 4527 memset(u,0,sizeof(sleftv)); 4528 return FALSE; 4529 } 4524 4530 leftv v=u->next; 4525 4531 BOOLEAN b;
Note: See TracChangeset
for help on using the changeset viewer.