aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorKarl Heuer1994-04-29 23:16:43 +0000
committerKarl Heuer1994-04-29 23:16:43 +0000
commit6ba93f9d7ba1b20ee69c441ecba2cbb8cce5203c (patch)
tree6c76dd14eb63706400ded0fefd35745e087db88d /src/data.c
parentad9445b9c822cd4c58b1530be3e501eae00ed92a (diff)
downloademacs-6ba93f9d7ba1b20ee69c441ecba2cbb8cce5203c.tar.gz
emacs-6ba93f9d7ba1b20ee69c441ecba2cbb8cce5203c.zip
[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 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