Changeset 13d076 in git
- Timestamp:
- Apr 19, 2000, 6:35:40 PM (23 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- eec9b2d2a332c04f20d743bdd4ccc107766fbc61
- Parents:
- 57e95ce87bbe9379f9ed3f9c91b0d3b889c0bbf3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MP/MP/MP_GmpBigReal.c
r57e95ce r13d076 14 14 15 15 #ifdef MP_HAVE_GMP_APREAL 16 17 #ifdef __GNU_MP_VERSION 18 #if __GNU_MP_VERSION > 2 19 #define _mp_allocate_func __gmp_allocate_func 20 #define _mp_reallocate_func __gmp_reallocate_func 21 #define _mp_free_func __gmp_free_func 22 #endif 23 #endif 16 24 17 25 EXTERN void* (*_mp_allocate_func) (size_t size);
Note: See TracChangeset
for help on using the changeset viewer.