diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lread.c b/src/lread.c index ba9d5378104..83ebc8b3b10 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -41,9 +41,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 41 | #include "blockinput.h" | 41 | #include "blockinput.h" |
| 42 | 42 | ||
| 43 | #ifdef MSDOS | 43 | #ifdef MSDOS |
| 44 | #if __DJGPP__ < 2 | ||
| 45 | #include <unistd.h> /* to get X_OK */ | ||
| 46 | #endif | ||
| 47 | #include "msdos.h" | 44 | #include "msdos.h" |
| 48 | #endif | 45 | #endif |
| 49 | 46 | ||
| @@ -76,10 +73,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 76 | #define file_tell ftell | 73 | #define file_tell ftell |
| 77 | #endif | 74 | #endif |
| 78 | 75 | ||
| 79 | #ifndef USE_CRT_DLL | ||
| 80 | extern int errno; | ||
| 81 | #endif | ||
| 82 | |||
| 83 | /* hash table read constants */ | 76 | /* hash table read constants */ |
| 84 | Lisp_Object Qhash_table, Qdata; | 77 | Lisp_Object Qhash_table, Qdata; |
| 85 | Lisp_Object Qtest, Qsize; | 78 | Lisp_Object Qtest, Qsize; |