fallback for old flint

This commit is contained in:
fredrik 2020-06-23 00:15:11 +02:00
parent caf9bb7825
commit 35ba95dd9c

View file

@ -26,6 +26,10 @@ extern "C" {
#endif
#endif
#if __FLINT_RELEASE < 20600
#define flint_bitcnt_t ulong
#endif
/* currently defined in the arb module, but global to the library */
double arb_test_multiplier(void);