diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 4 |
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 | ||
| 77 | extern int errno; | ||
| 78 | #endif | ||
| 79 | |||
| 80 | /* hash table read constants */ | 76 | /* hash table read constants */ |
| 81 | Lisp_Object Qhash_table, Qdata; | 77 | Lisp_Object Qhash_table, Qdata; |
| 82 | Lisp_Object Qtest, Qsize; | 78 | Lisp_Object Qtest, Qsize; |