aboutsummaryrefslogtreecommitdiffstats
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorKarl Heuer1995-10-31 02:34:16 +0000
committerKarl Heuer1995-10-31 02:34:16 +0000
commit68be917ded75e3147180af2a0a51fc8c89d042d8 (patch)
treee3a81d2c4ac2e05e981721dae3508a634c7d6cab /src/floatfns.c
parent1b124db4a5e0a90143b5a8d3fa9cfb17bdbbd975 (diff)
downloademacs-68be917ded75e3147180af2a0a51fc8c89d042d8.tar.gz
emacs-68be917ded75e3147180af2a0a51fc8c89d042d8.zip
(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Rename from SHORTBITS, INTBITS, LONGBITS.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r--src/floatfns.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 459f4d63faa..63a66519a68 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -53,13 +53,6 @@ Lisp_Object Qarith_error;
53 53
54#ifdef LISP_FLOAT_TYPE 54#ifdef LISP_FLOAT_TYPE
55 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
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