Mercurial > emacs
changeset 7205:a5199564772e
[MSDOS]: Re-enable some #undef's.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 29 Apr 1994 23:16:43 +0000 |
parents | 6e219f77e69e |
children | b6aa3d718d8a |
files | src/data.c src/floatfns.c src/lread.c |
diffstat | 3 files changed, 3 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.c Fri Apr 29 22:07:19 1994 +0000 +++ b/src/data.c Fri Apr 29 23:16:43 1994 +0000 @@ -30,15 +30,12 @@ #include "syssignal.h" -#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 #ifdef LISP_FLOAT_TYPE
--- 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,
--- a/src/lread.c Fri Apr 29 22:07:19 1994 +0000 +++ b/src/lread.c Fri Apr 29 23:16:43 1994 +0000 @@ -48,15 +48,12 @@ #include <stdlib.h> #endif -#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 #include <math.h> #endif /* LISP_FLOAT_TYPE */