Skip to content

Commit

Permalink
Merge pull request #557 from embray/mp_bitcnt_t
Browse files Browse the repository at this point in the history
Remove unneessary and possibly dangerious overshadowing of mp_bitcnt_t
  • Loading branch information
wbhart authored Apr 23, 2019
2 parents 5451b53 + ed05e18 commit 18a7acb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flint.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ FLINT_DLL void flint_set_abort(void (*func)(void));
#define FLINT_D_BITS 31
#endif

#define mp_bitcnt_t ulong

#if HAVE_TLS
#if __STDC_VERSION__ >= 201112L
#define FLINT_TLS_PREFIX _Thread_local
Expand Down

0 comments on commit 18a7acb

Please sign in to comment.