We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f821c4 commit 0e63371Copy full SHA for 0e63371
cypari2/paripriv.pxd
@@ -26,5 +26,8 @@ cdef extern from "pari/paripriv.h":
26
27
extern gp_data* GP_DATA
28
29
-cdef extern: # Declared in private PARI header file "anal.h"
30
- const char* closure_func_err()
+# In older versions of PARI, this is declared in the private
+# non-installed PARI header file "anal.h". More recently, this is
31
+# declared in "paripriv.h". Since a double declaration does not hurt,
32
+# we declare it here regardless.
33
+cdef extern const char* closure_func_err()
0 commit comments