Changeset 4387ae in git
- Timestamp:
- Feb 2, 2010, 7:20:31 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 631c4c8b94ba47b3d981af6d647689c16b446c12
- Parents:
- 19fcc66d47fb9b05767bb263b54c1bb2c3952868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r19fcc66 r4387ae 8086 8086 { 8087 8087 //Print("siq:%d\n",siq); 8088 command d=(command)omAlloc0Bin( ip_command_bin);8088 command d=(command)omAlloc0Bin(sip_command_bin); 8089 8089 memcpy(&d->arg1,a,sizeof(sleftv)); 8090 8090 //a->Init(); … … 8296 8296 { 8297 8297 //Print("siq:%d\n",siq); 8298 command d=(command)omAlloc0Bin( ip_command_bin);8298 command d=(command)omAlloc0Bin(sip_command_bin); 8299 8299 memcpy(&d->arg1,a,sizeof(sleftv)); 8300 8300 //a->Init(); … … 8473 8473 { 8474 8474 //Print("siq:%d\n",siq); 8475 command d=(command)omAlloc0Bin( ip_command_bin);8475 command d=(command)omAlloc0Bin(sip_command_bin); 8476 8476 memcpy(&d->arg1,a,sizeof(sleftv)); 8477 8477 //a->Init(); … … 8680 8680 { 8681 8681 //Print("siq:%d\n",siq); 8682 command d=(command)omAlloc0Bin( ip_command_bin);8682 command d=(command)omAlloc0Bin(sip_command_bin); 8683 8683 d->op=op; 8684 8684 res->data=(char *)d;
Note: See TracChangeset
for help on using the changeset viewer.