aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lread.c b/src/lread.c
index 90edca90a16..83ebc8b3b10 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -73,10 +73,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
73#define file_tell ftell 73#define file_tell ftell
74#endif 74#endif
75 75
76#ifndef USE_CRT_DLL
77extern int errno;
78#endif
79
80/* hash table read constants */ 76/* hash table read constants */
81Lisp_Object Qhash_table, Qdata; 77Lisp_Object Qhash_table, Qdata;
82Lisp_Object Qtest, Qsize; 78Lisp_Object Qtest, Qsize;