aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-09 20:53:55 +0000
committerRichard M. Stallman1994-11-09 20:53:55 +0000
commit55928174ae2d5aa8c37b010d796f9aed40d06ffb (patch)
tree65e35c6449e4965a6bec7c7f3e5138b2e9b1e4b1 /src
parent075027b1957d83a708095ba2d984133fb998a8dc (diff)
downloademacs-55928174ae2d5aa8c37b010d796f9aed40d06ffb.tar.gz
emacs-55928174ae2d5aa8c37b010d796f9aed40d06ffb.zip
(Fsubstitute_in_file_name): Add missing #endif.
Diffstat (limited to 'src')
-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.")
1720#else /* not WINDOWSNT */ 1720#else /* not WINDOWSNT */
1721 || p[0] == '/' 1721 || p[0] == '/'
1722#endif /* not WINDOWSNT */ 1722#endif /* not WINDOWSNT */
1723#endif /* not APOLLO */
1723 ) 1724 )
1724 && p != nm && IS_DIRECTORY_SEP (p[-1])) 1725 && p != nm && IS_DIRECTORY_SEP (p[-1]))
1725 xnm = p; 1726 xnm = p;