Changeset 1d6815 in git for factory/initgmp.cc
- Timestamp:
- Nov 9, 2010, 1:08:01 PM (13 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 0963a4c01be8f3fb7ca7812ced89456af84730f5
- Parents:
- 3fcc6f74e75547ea1e4e5f7b402159aa86e84590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/initgmp.cc
r3fcc6f7 r1d6815 50 50 mp_set_memory_functions( mgAllocBlock, mgReallocBlock, mgFreeBlock ); 51 51 #else 52 #ifndef SINGULAR 52 printf("BAD\n"); 53 53 // do not initialize this within Singular: 54 54 mp_set_memory_functions( mmAllocBlock, mmReallocBlock, mmFreeBlock ); 55 #endif56 55 #endif 57 56 #endif
Note: See TracChangeset
for help on using the changeset viewer.