Changeset 868735 in git
- Timestamp:
- Jul 27, 2012, 6:18:57 PM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 56bce656d03daaefa0813464effa1185b38c6673
- Parents:
- 7920d2520df02c16094e91bd37b2087f8ec58ab6
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-27 18:18:57+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-07-27 19:03:53+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/si_gmp.h
r7920d2 r868735 3 3 4 4 5 #ifdef HAVE_FACTORY 5 6 // just assume that factory have been built (cplusplus.h!) 6 7 // instead of duplicating cf_gmp.h here for now... 7 //#include <factory/cf_gmp.h> 8 9 #if defined(__cplusplus) && defined(__GNUC__) 10 #define __cplusplus_backup __cplusplus 11 #undef __cplusplus 12 extern "C" { 13 #include <gmp.h> 14 } 15 #define __cplusplus __cplusplus_backup 8 #include <factory/cf_gmp.h> 16 9 #else 17 10 #include <gmp.h> 18 11 #endif 19 20 12 21 13 #ifndef mpz_size1
Note: See TracChangeset
for help on using the changeset viewer.