Changeset 5e4527 in git
- Timestamp:
- Jun 8, 1999, 9:50:58 AM (24 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- eb4bdea5bd2e70d8694b1a1cb1c31c34992dcc82
- Parents:
- e8b8fa8e085b4dba48698a9fadaa99e569743f55
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/polys-impl.h
re8b8fa r5e4527 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: polys-impl.h,v 1. 29 1999-03-19 14:18:04 obachmanExp $ */6 /* $Id: polys-impl.h,v 1.30 1999-06-08 07:50:58 Singular Exp $ */ 7 7 8 8 /*************************************************************** … … 222 222 inline poly _pNew() 223 223 { 224 polyp;224 void * p; 225 225 AllocHeap(p, mm_specHeap); 226 return p;226 return (poly)p; 227 227 } 228 228
Note: See TracChangeset
for help on using the changeset viewer.