1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00

(Fload): Fix #ifdef for pcc.

This commit is contained in:
Dave Love 2000-11-17 16:11:26 +00:00
parent 100b593bc4
commit 26fbf20bb4
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2000-11-17 Dave Love <fx@gnu.org>
* lread.c (Fload): Fix #ifdef for pcc.
2000-11-17 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (pos_visible_p): Compute the default character height

View file

@ -756,9 +756,9 @@ Return t if file exists.")
compiled = 1;
#ifdef DOS_NT
#ifdef DOS_NT
fmode = "rb";
#endif /* DOS_NT */
#endif /* DOS_NT */
stat ((char *)XSTRING (found)->data, &s1);
XSTRING (found)->data[STRING_BYTES (XSTRING (found)) - 1] = 0;
result = stat ((char *)XSTRING (found)->data, &s2);