Changeset 1c5a1a in git for Singular/ipconv.cc
- Timestamp:
- Feb 6, 2013, 6:30:16 PM (10 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- e14e025ea0701e6b4c479e9291013e73a43dbfd2
- Parents:
- 07df916e240f5e814e41624e08e7dac0bc26fcb5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipconv.cc
r07df91 r1c5a1a 289 289 { 290 290 output->rtyp=ANY_TYPE; 291 output->data=(char *) input->Typ();291 output->data=(char *)(long)input->Typ(); 292 292 /* the name of the object:*/ 293 293 if (input->e==NULL)
Note: See TracChangeset
for help on using the changeset viewer.