comparison 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
comparison
equal deleted inserted replaced
7204:6e219f77e69e 7205:a5199564772e
28 #include "buffer.h" 28 #include "buffer.h"
29 #endif 29 #endif
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
41 #endif 38 #endif
42 39
43 #ifdef LISP_FLOAT_TYPE 40 #ifdef LISP_FLOAT_TYPE
44 41
45 #ifdef STDC_HEADERS 42 #ifdef STDC_HEADERS