Changeset 1d6815 in git
- Timestamp:
- Nov 9, 2010, 1:08:01 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ba3e3ef698fa0b7c5867199959cc83330073d3cb')
- Children:
- 0963a4c01be8f3fb7ca7812ced89456af84730f5
- Parents:
- 3fcc6f74e75547ea1e4e5f7b402159aa86e84590
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_util.cc
r3fcc6f7 r1d6815 56 56 abort(); 57 57 } 58 void (*factoryError _callback)(const char *s) = factoryError_intern;58 void (*factoryError)(const char *s) = factoryError_intern; 59 59 60 60 -
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.