diff src/data.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 dabe7a363f28
children b6aa3d718d8a
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