aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/data.c b/src/data.c
index b9909c7677f..8054379799c 100644
--- a/src/data.c
+++ b/src/data.c
@@ -30,15 +30,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
30 30
31#include "syssignal.h" 31#include "syssignal.h"
32 32
33#if 0 /* That is untrue--XINT is used below, and it uses INTBITS.
34 What in the world is values.h, anyway? */
35#ifdef MSDOS 33#ifdef MSDOS
36/* These are redefined in values.h and not used here */ 34/* These are redefined (correctly, but differently) in values.h. */
37#undef INTBITS 35#undef INTBITS
38#undef LONGBITS 36#undef LONGBITS
39#undef SHORTBITS 37#undef SHORTBITS
40#endif 38#endif
41#endif
42 39
43#ifdef LISP_FLOAT_TYPE 40#ifdef LISP_FLOAT_TYPE
44 41