diff options
| author | Richard M. Stallman | 1994-06-07 15:26:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-07 15:26:59 +0000 |
| commit | 7df5cd28d4ed2b46b704bf10d7238a3c6e3fdb6c (patch) | |
| tree | 4a87489e10de690461157a44defaa6bac543ed50 /src/lread.c | |
| parent | af1b066bd6c86be61bfdd28718659d7be41afadd (diff) | |
| download | emacs-7df5cd28d4ed2b46b704bf10d7238a3c6e3fdb6c.tar.gz emacs-7df5cd28d4ed2b46b704bf10d7238a3c6e3fdb6c.zip | |
[MSDOS]: #include "msdos.h".
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c index 17fcc407a0e..2ee1947eb48 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -49,6 +49,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 49 | #endif | 49 | #endif |
| 50 | 50 | ||
| 51 | #ifdef MSDOS | 51 | #ifdef MSDOS |
| 52 | #include "msdos.h" | ||
| 52 | /* These are redefined (correctly, but differently) in values.h. */ | 53 | /* These are redefined (correctly, but differently) in values.h. */ |
| 53 | #undef INTBITS | 54 | #undef INTBITS |
| 54 | #undef LONGBITS | 55 | #undef LONGBITS |