diff src/lread.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 cf47c0c11bda
children cd81dba38a49
line wrap: on
line diff
--- 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 */