diff options
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index d009bd0cd2a..0ea7677300b 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1123,7 +1123,7 @@ Return t if the file exists and loads successfully. */) | |||
| 1123 | (Lisp_Object file, Lisp_Object noerror, Lisp_Object nomessage, | 1123 | (Lisp_Object file, Lisp_Object noerror, Lisp_Object nomessage, |
| 1124 | Lisp_Object nosuffix, Lisp_Object must_suffix) | 1124 | Lisp_Object nosuffix, Lisp_Object must_suffix) |
| 1125 | { | 1125 | { |
| 1126 | FILE *stream; | 1126 | FILE *stream UNINIT; |
| 1127 | int fd; | 1127 | int fd; |
| 1128 | int fd_index UNINIT; | 1128 | int fd_index UNINIT; |
| 1129 | ptrdiff_t count = SPECPDL_INDEX (); | 1129 | ptrdiff_t count = SPECPDL_INDEX (); |