From 6ba93f9d7ba1b20ee69c441ecba2cbb8cce5203c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 29 Apr 1994 23:16:43 +0000 Subject: [PATCH] [MSDOS]: Re-enable some #undef's. --- src/data.c | 5 +---- src/floatfns.c | 5 +---- src/lread.c | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/data.c b/src/data.c index b9909c7677..8054379799 100644 --- a/src/data.c +++ b/src/data.c @@ -30,15 +30,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 --git a/src/floatfns.c b/src/floatfns.c index 10767e271f..8a555aad64 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -53,15 +53,12 @@ Lisp_Object Qarith_error; #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 --git a/src/lread.c b/src/lread.c index 545256904d..bdee700187 100644 --- a/src/lread.c +++ b/src/lread.c @@ -48,15 +48,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 */ -- 2.39.2