aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorJan Djärv2010-04-02 11:45:27 +0200
committerJan Djärv2010-04-02 11:45:27 +0200
commit7a5a264fc27bde6870f08ecc5d85eddc36fa0336 (patch)
tree54106d60bd5f2273821bb5e3fb73bebf31a5599e /src/lread.c
parentd0b228766f1471ed104d2e038f63cd4627d79b57 (diff)
parent9cb52861f287cbad4608a5fceddae5bac1a90ba6 (diff)
downloademacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.tar.gz
emacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.zip
Merge from trunk
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c7
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
80extern int errno;
81#endif
82
83/* hash table read constants */ 76/* hash table read constants */
84Lisp_Object Qhash_table, Qdata; 77Lisp_Object Qhash_table, Qdata;
85Lisp_Object Qtest, Qsize; 78Lisp_Object Qtest, Qsize;