diff options
| author | Karl Heuer | 1994-04-29 23:16:43 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-29 23:16:43 +0000 |
| commit | 6ba93f9d7ba1b20ee69c441ecba2cbb8cce5203c (patch) | |
| tree | 6c76dd14eb63706400ded0fefd35745e087db88d /src/lread.c | |
| parent | ad9445b9c822cd4c58b1530be3e501eae00ed92a (diff) | |
| download | emacs-6ba93f9d7ba1b20ee69c441ecba2cbb8cce5203c.tar.gz emacs-6ba93f9d7ba1b20ee69c441ecba2cbb8cce5203c.zip | |
[MSDOS]: Re-enable some #undef's.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lread.c b/src/lread.c index 545256904d6..bdee700187d 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -48,15 +48,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 48 | #include <stdlib.h> | 48 | #include <stdlib.h> |
| 49 | #endif | 49 | #endif |
| 50 | 50 | ||
| 51 | #if 0 /* That is untrue--XINT is used below, and it uses INTBITS. | ||
| 52 | What in the world is values.h, anyway? */ | ||
| 53 | #ifdef MSDOS | 51 | #ifdef MSDOS |
| 54 | /* These are redefined in <values.h> and not used here */ | 52 | /* These are redefined (correctly, but differently) in values.h. */ |
| 55 | #undef INTBITS | 53 | #undef INTBITS |
| 56 | #undef LONGBITS | 54 | #undef LONGBITS |
| 57 | #undef SHORTBITS | 55 | #undef SHORTBITS |
| 58 | #endif | 56 | #endif |
| 59 | #endif | ||
| 60 | 57 | ||
| 61 | #include <math.h> | 58 | #include <math.h> |
| 62 | #endif /* LISP_FLOAT_TYPE */ | 59 | #endif /* LISP_FLOAT_TYPE */ |