diff options
Diffstat (limited to 'src')
| -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 02d6bbd3c37..67a04aa3f57 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -611,11 +611,11 @@ Return t if file exists.") | |||
| 611 | /* 1 means we are loading a compiled file. */ | 611 | /* 1 means we are loading a compiled file. */ |
| 612 | int compiled = 0; | 612 | int compiled = 0; |
| 613 | Lisp_Object handler; | 613 | Lisp_Object handler; |
| 614 | int safe_p = 1; | ||
| 614 | char *fmode = "r"; | 615 | char *fmode = "r"; |
| 615 | #ifdef DOS_NT | 616 | #ifdef DOS_NT |
| 616 | fmode = "rt"; | 617 | fmode = "rt"; |
| 617 | #endif /* DOS_NT */ | 618 | #endif /* DOS_NT */ |
| 618 | int safe_p = 1; | ||
| 619 | 619 | ||
| 620 | CHECK_STRING (file, 0); | 620 | CHECK_STRING (file, 0); |
| 621 | 621 | ||