comparison src/floatfns.c @ 13363:941c37982f37

(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): Rename from SHORTBITS, INTBITS, LONGBITS.
author Karl Heuer <kwzh@gnu.org>
date Tue, 31 Oct 1995 02:34:16 +0000
parents 476296adb950
children 7609e8a05862
comparison
equal deleted inserted replaced
13362:1220026cd3a3 13363:941c37982f37
50 #include "syssignal.h" 50 #include "syssignal.h"
51 51
52 Lisp_Object Qarith_error; 52 Lisp_Object Qarith_error;
53 53
54 #ifdef LISP_FLOAT_TYPE 54 #ifdef LISP_FLOAT_TYPE
55
56 #ifdef MSDOS
57 /* These are redefined (correctly, but differently) in values.h. */
58 #undef INTBITS
59 #undef LONGBITS
60 #undef SHORTBITS
61 #endif
62 55
63 /* Work around a problem that happens because math.h on hpux 7 56 /* Work around a problem that happens because math.h on hpux 7
64 defines two static variables--which, in Emacs, are not really static, 57 defines two static variables--which, in Emacs, are not really static,
65 because `static' is defined as nothing. The problem is that they are 58 because `static' is defined as nothing. The problem is that they are
66 defined both here and in lread.c. 59 defined both here and in lread.c.