]> code.delx.au - gnu-emacs/commitdiff
[MSDOS]: Re-enable some #undef's.
authorKarl Heuer <kwzh@gnu.org>
Fri, 29 Apr 1994 23:16:43 +0000 (23:16 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 29 Apr 1994 23:16:43 +0000 (23:16 +0000)
src/data.c
src/floatfns.c
src/lread.c

index b9909c7677f43e444720e5480b8e296af29b6430..8054379799c7f99d3f2a0650d50a34df32326599 100644 (file)
@@ -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
 
index 10767e271fd066fbad7b5fe48968ee266afbd10e..8a555aad645c87123d4b01ed692af334f5b61612 100644 (file)
@@ -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 <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,
index 545256904d6a55d7518128784a96cff855c84dc9..bdee700187d0c188c61d1449e32bb79710cab4ea 100644 (file)
@@ -48,15 +48,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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 */