summaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-09 20:53:55 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-09 20:53:55 +0000
commitfaddee5561dcf80b2fb37b65585b5879db2e6b9b (patch)
tree4e3706e73c78814ca240549be2131a43e0d13568 /src/fileio.c
parentc56501369d0acbfbf50251e1b31902da61e8861d (diff)
downloademacs-faddee5561dcf80b2fb37b65585b5879db2e6b9b.tar.gz
(Fsubstitute_in_file_name): Add missing #endif.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 1667b60628c..d33cc57c2bb 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1720,6 +1720,7 @@ duplicates what `expand-file-name' does.")
#else /* not WINDOWSNT */
|| p[0] == '/'
#endif /* not WINDOWSNT */
+#endif /* not APOLLO */
)
&& p != nm && IS_DIRECTORY_SEP (p[-1]))
xnm = p;