Mercurial > emacs
diff src/floatfns.c @ 7205:a5199564772e
[MSDOS]: Re-enable some #undef's.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Fri, 29 Apr 1994 23:16:43 +0000 |
| parents | 9e627ca8f0a0 |
| children | cd81dba38a49 |
line wrap: on
line diff
--- a/src/floatfns.c Fri Apr 29 22:07:19 1994 +0000 +++ b/src/floatfns.c Fri Apr 29 23:16:43 1994 +0000 @@ -53,15 +53,12 @@ #ifdef LISP_FLOAT_TYPE -#if 0 /* That is untrue--XINT is used below, and it uses INTBITS. - What in the world is values.h, anyway? */ #ifdef MSDOS -/* These are redefined in <values.h> and not used here */ +/* These are redefined (correctly, but differently) in values.h. */ #undef INTBITS #undef LONGBITS #undef SHORTBITS #endif -#endif /* Work around a problem that happens because math.h on hpux 7 defines two static variables--which, in Emacs, are not really static,
