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
26fbf20b
Commit
26fbf20b
authored
Nov 17, 2000
by
Dave Love
Browse files
(Fload): Fix #ifdef for pcc.
parent
100b593b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/lread.c
src/lread.c
+2
-2
No files found.
src/ChangeLog
View file @
26fbf20b
2000-11-17 Dave Love <fx@gnu.org>
* lread.c (Fload): Fix #ifdef for pcc.
2000-11-17 Gerd Moellmann <gerd@gnu.org>
2000-11-17 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (pos_visible_p): Compute the default character height
* xdisp.c (pos_visible_p): Compute the default character height
...
...
src/lread.c
View file @
26fbf20b
...
@@ -756,9 +756,9 @@ Return t if file exists.")
...
@@ -756,9 +756,9 @@ Return t if file exists.")
compiled
=
1
;
compiled
=
1
;
#ifdef DOS_NT
#ifdef DOS_NT
fmode
=
"rb"
;
fmode
=
"rb"
;
#endif
/* DOS_NT */
#endif
/* DOS_NT */
stat
((
char
*
)
XSTRING
(
found
)
->
data
,
&
s1
);
stat
((
char
*
)
XSTRING
(
found
)
->
data
,
&
s1
);
XSTRING
(
found
)
->
data
[
STRING_BYTES
(
XSTRING
(
found
))
-
1
]
=
0
;
XSTRING
(
found
)
->
data
[
STRING_BYTES
(
XSTRING
(
found
))
-
1
]
=
0
;
result
=
stat
((
char
*
)
XSTRING
(
found
)
->
data
,
&
s2
);
result
=
stat
((
char
*
)
XSTRING
(
found
)
->
data
,
&
s2
);
...
...
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