summaryrefslogtreecommitdiff
path: root/libre/sagemath/sagemath-no-anal.h.patch
blob: f1b261321e4e888111daff6845c5beec41f84574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/sage/libs/cypari2/paripriv.pxd b/src/sage/libs/cypari2/paripriv.pxd
index b6ea381..921599d 100644
--- a/src/sage/libs/cypari2/paripriv.pxd
+++ b/src/sage/libs/cypari2/paripriv.pxd
@@ -26,5 +26,5 @@ cdef extern from "pari/paripriv.h":
 
     extern gp_data* GP_DATA
 
-cdef extern from "pari/anal.h":
-    char* closure_func_err()
+cdef extern:  # Declared in private PARI header file "anal.h"
+    const char* closure_func_err()