Skip to content

Commit

Permalink
Merge pull request #165 from antonio-rojas/pari_PRIMES
Browse files Browse the repository at this point in the history
Add pari_PRIMES declaration
  • Loading branch information
fchapoton authored Oct 7, 2024
2 parents 2eae8c8 + 0a5a7b4 commit 064120a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cypari2/paridecl.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ cdef extern from *: # PARI headers already included by types.pxd
extern PariOUT* pariOut
extern PariOUT* pariErr
extern byteptr diffptr
extern pari_prime* pari_PRIMES

###############################################
# #
Expand Down
1 change: 1 addition & 0 deletions cypari2/types.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ cdef extern from "pari/pari.h":
ctypedef long* GEN
ctypedef char* byteptr
ctypedef unsigned long pari_sp
ctypedef unsigned long pari_prime

# PARI types
enum:
Expand Down

0 comments on commit 064120a

Please sign in to comment.