Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/floatfns.c Tue Oct 31 02:08:29 1995 +0000 +++ b/src/floatfns.c Tue Oct 31 02:34:16 1995 +0000 @@ -53,13 +53,6 @@ #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
