diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-10-31 02:34:16 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-10-31 02:34:16 +0000 |
commit | 68be917ded75e3147180af2a0a51fc8c89d042d8 (patch) | |
tree | e3a81d2c4ac2e05e981721dae3508a634c7d6cab /src/floatfns.c | |
parent | 1b124db4a5e0a90143b5a8d3fa9cfb17bdbbd975 (diff) | |
download | emacs-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.c | 7 |
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 |