Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
456c67a4
Commit
456c67a4
authored
Mar 27, 2000
by
Jason Rumney
Browse files
(Fload): Move safe_p definition to above #ifdef DOS_NT block.
parent
93ff4395
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lread.c
src/lread.c
+1
-1
No files found.
src/lread.c
View file @
456c67a4
...
...
@@ -611,11 +611,11 @@ Return t if file exists.")
/* 1 means we are loading a compiled file. */
int
compiled
=
0
;
Lisp_Object
handler
;
int
safe_p
=
1
;
char
*
fmode
=
"r"
;
#ifdef DOS_NT
fmode
=
"rt"
;
#endif
/* DOS_NT */
int safe_p = 1;
CHECK_STRING
(
file
,
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment