We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68594ed commit a060054Copy full SHA for a060054
src/sage/libs/flint/flint_wrap.h
@@ -26,10 +26,6 @@
26
#pragma push_macro("ulong")
27
#undef ulong
28
29
-/* Reserved in C99, needed for FLINT without https://github.com/flintlib/flint/pull/2027 */
30
-#pragma push_macro("I")
31
-#define I Iv
32
-
33
#include <flint/flint.h>
34
35
/* If flint was already previously included via another header (e.g.
@@ -173,7 +169,6 @@
173
169
#undef mp_bitcnt_t
174
170
175
171
#pragma pop_macro("ulong")
176
-#pragma pop_macro("I")
177
172
178
/* CPU_SIZE_1 and SIZE_RED_FAILURE_THRESH are defined as macros in flint/fmpz_lll.h
179
* and as variables in fplll/defs.h, which breaks build if linbox is compiled with fplll */
0 commit comments