summaryrefslogtreecommitdiff
path: root/src/floatfns.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-10-31 02:34:16 +0000
committerKarl Heuer <kwzh@gnu.org>1995-10-31 02:34:16 +0000
commit68be917ded75e3147180af2a0a51fc8c89d042d8 (patch)
treee3a81d2c4ac2e05e981721dae3508a634c7d6cab /src/floatfns.c
parent1b124db4a5e0a90143b5a8d3fa9cfb17bdbbd975 (diff)
downloademacs-68be917ded75e3147180af2a0a51fc8c89d042d8.tar.gz
(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;
#ifdef LISP_FLOAT_TYPE
-#ifdef MSDOS
-/* These are redefined (correctly, but differently) in values.h. */
-#undef INTBITS
-#undef LONGBITS
-#undef SHORTBITS
-#endif
-
/* Work around a problem that happens because math.h on hpux 7
defines two static variables--which, in Emacs, are not really static,
because `static' is defined as nothing. The problem is that they are