X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=src%2Falloc.c;h=9c07f166c1dfea2bdebf2f2804de64699a909dd4;hb=74a038200aac89b5c4b2591600da306ed8f749b0;hp=6c9f89d6912c4aa0d5a8ceed67596f47f5a9d027;hpb=b1aa7ca2fc281180651d59ae72828a263efb73d7;p=sxemacs diff --git a/src/alloc.c b/src/alloc.c index 6c9f89d..9c07f16 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -62,7 +62,6 @@ along with this program. If not, see . */ #include #include -#include #ifdef DOUG_LEA_MALLOC #include @@ -1648,6 +1647,7 @@ make_bigg_bg(bigg gaussian_value) /*** Big complex numbers with correct rounding ***/ #if defined HAVE_MPC && defined WITH_MPC || \ defined HAVE_PSEUC && defined WITH_PSEUC +#include DECLARE_FIXED_TYPE_ALLOC(bigc, Lisp_Bigc); #define MINIMUM_ALLOWED_FIXED_TYPE_CELLS_bigc 250 @@ -3306,7 +3306,7 @@ Lisp_Object make_string_nocopy(Bufbyte *contents, Bytecount length) #ifdef EF_USE_COMPRE s->compre = Qnil; #endif - set_string_data(s, (Bufbyte*)contents); + set_string_data(s, contents); set_string_length(s, length); XSETSTRING(val, s);