Skip to content

Commit a060054

Browse files
committed
do not deal with 'I' in libs/flint here
1 parent 68594ed commit a060054

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/sage/libs/flint/flint_wrap.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
#pragma push_macro("ulong")
2727
#undef ulong
2828

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-
3329
#include <flint/flint.h>
3430

3531
/* If flint was already previously included via another header (e.g.
@@ -173,7 +169,6 @@
173169
#undef mp_bitcnt_t
174170

175171
#pragma pop_macro("ulong")
176-
#pragma pop_macro("I")
177172

178173
/* CPU_SIZE_1 and SIZE_RED_FAILURE_THRESH are defined as macros in flint/fmpz_lll.h
179174
* and as variables in fplll/defs.h, which breaks build if linbox is compiled with fplll */

0 commit comments

Comments
 (0)