Changeset 7de030 in git
- Timestamp:
- Sep 14, 2011, 11:31:32 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 3936518156572bd3fb42fa5913ccccc2039ab2ec
- Parents:
- 0f08711352d59ff64a90568b3884f052421e7309
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-09-14 11:31:32+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:47+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/NTLconvert.cc
r0f0871 r7de030 38 38 #include "NTLconvert.h" 39 39 40 #ifdef HAVE_OMALLOC41 #define Alloc(L) omAlloc(L)42 #define Free(A,L) omFreeSize(A,L)43 #else44 40 #define Alloc(L) malloc(L) 45 41 #define Free(A,L) free(A) 46 #endif47 42 48 43 void out_cf(const char *s1,const CanonicalForm &f,const char *s2);
Note: See TracChangeset
for help on using the changeset viewer.