Skip to content

Commit

Permalink
Do not include "longintrepr.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed May 18, 2022
1 parent 56c03b1 commit 3e0b85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpylll/gmp/pylong.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Various functions to deal with conversion mpz <-> Python int/long
"""

cdef extern from "longintrepr.h":
cdef extern from "Python.h":
cdef _PyLong_New(Py_ssize_t s)
cdef long PyLong_SHIFT
ctypedef unsigned int digit
Expand Down

0 comments on commit 3e0b85f

Please sign in to comment.