Skip to content

Commit e4f2e8d

Browse files
committed
Update nmod_poly_factor_struct declaration.
1 parent c65ba5d commit e4f2e8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/flint/flintlib/nmod_poly_factor.pxd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cdef extern from "flint/nmod_poly_factor.h":
66

77
ctypedef struct nmod_poly_factor_struct:
88
nmod_poly_struct *p
9-
long *exp
10-
long num
11-
long alloc
9+
slong *exp
10+
slong num
11+
slong alloc
1212
ctypedef nmod_poly_factor_struct nmod_poly_factor_t[1]
1313

1414
# from here on is parsed

0 commit comments

Comments
 (0)