aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-04-29 23:16:43 +0000
committerKarl Heuer <[email protected]>1994-04-29 23:16:43 +0000
commit6ba93f9d7ba1b20ee69c441ecba2cbb8cce5203c (patch)
tree6c76dd14eb63706400ded0fefd35745e087db88d /src/data.c
parentad9445b9c822cd4c58b1530be3e501eae00ed92a (diff)
[MSDOS]: Re-enable some #undef's.
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 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