Define `pi' in elisp, even with bigfr. (Closes bug #176)
[sxemacs] / src / ent / ent-mpfr.h
index 2825352..143bd08 100644 (file)
@@ -31,6 +31,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 #include <mpfr.h>
 
+#include <ent/ent-indef.h>
+
 typedef mpfr_t bigfr;
 typedef mp_prec_t bigfr_prec;
 typedef mp_rnd_t bigfr_rnd;
@@ -39,7 +41,7 @@ extern Lisp_Object Qbigfrp;
 
 extern Lisp_Object Veuler;
 extern Lisp_Object Veuler_mascheroni;
-extern Lisp_Object Vpi;
+extern Lisp_Object Vbigfr_pi;
 
 \f
 typedef struct Lisp_Bigfr Lisp_Bigfr;