# HG changeset patch # User Karl Heuer # Date 767661403 0 # Node ID a5199564772e55bca5da3f29928e6acf6721add4 # Parent 6e219f77e69e5fbe6b167d6a67764971430344b4 [MSDOS]: Re-enable some #undef's. diff -r 6e219f77e69e -r a5199564772e src/data.c --- 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 diff -r 6e219f77e69e -r a5199564772e src/floatfns.c --- 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 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, diff -r 6e219f77e69e -r a5199564772e src/lread.c --- 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 #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 and not used here */ +/* These are redefined (correctly, but differently) in values.h. */ #undef INTBITS #undef LONGBITS #undef SHORTBITS #endif -#endif #include #endif /* LISP_FLOAT_TYPE */