Skip to content

Commit abe80c1

Browse files
committed
Remove duplicated ctypedef for nmod_t
1 parent e3120cf commit abe80c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/flint/flintlib/nmod.pxd

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
from flint.flintlib.flint cimport mp_limb_t, mp_bitcnt_t, ulong
1+
from flint.flintlib.flint cimport mp_limb_t, mp_bitcnt_t, ulong, nmod_t
22
from flint.flintlib.fmpz cimport fmpz_t
33

44
cdef extern from "flint/nmod.h":
5-
ctypedef struct nmod_t:
6-
mp_limb_t n
7-
mp_limb_t ninv
8-
mp_bitcnt_t norm
95
# TODO add macros
106

117
# from here on is parsed

0 commit comments

Comments
 (0)