X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=src%2Fent%2Fent-gaussian.c;h=0a038cae92537c3628931dfc03fca0dec76045dd;hb=HEAD;hp=be9dc141bca774b83e05b82c5df55f661d589c26;hpb=b1aa7ca2fc281180651d59ae72828a263efb73d7;p=sxemacs diff --git a/src/ent/ent-gaussian.c b/src/ent/ent-gaussian.c index be9dc14..0a038ca 100644 --- a/src/ent/ent-gaussian.c +++ b/src/ent/ent-gaussian.c @@ -28,7 +28,9 @@ along with this program. If not, see . */ #include "ent.h" #include "ent-float.h" +#ifdef HAVE_MPFR #include "ent-mpfr.h" +#endif #include "ent-gaussian.h" #ifdef HAVE_MPC #include "ent-mpc.h" @@ -49,42 +51,30 @@ bigg_print(Lisp_Object obj, Lisp_Object printcharfun, int SXE_UNUSED(escapeflag) } static int -bigg_equal(Lisp_Object obj1, Lisp_Object obj2, int depth) +bigg_equal(Lisp_Object obj1, Lisp_Object obj2, int SXE_UNUSED(depth)) { return bigg_eql(XBIGG_DATA(obj1), XBIGG_DATA(obj2)); - - /* less warnings */ - if (depth); } static unsigned long -bigg_hash(Lisp_Object obj, int depth) +bigg_hash(Lisp_Object obj, int SXE_UNUSED(depth)) { return bigg_hashcode(XBIGG_DATA(obj)); - - /* less warnings */ - if (depth); } static Lisp_Object -bigg_mark(Lisp_Object obj) +bigg_mark(Lisp_Object SXE_UNUSED(obj)) { return Qnil; - - /* less warnings */ - if (obj == Qnil); } static void -bigg_finalise(void *header, int for_disksave) +bigg_finalise(void *SXE_UNUSED(header), int for_disksave) { if (for_disksave) signal_simple_error ("Can't dump an emacs containing " "pseudo-gaussian objects",Qt); - - /* less warnings */ - if (header); } static const struct lrecord_description bigg_description[] = {