(Fload): Fix #ifdef for pcc.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user