]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsubstitute_in_file_name): Add missing #endif.
authorRichard M. Stallman <rms@gnu.org>
Wed, 9 Nov 1994 20:53:55 +0000 (20:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 9 Nov 1994 20:53:55 +0000 (20:53 +0000)
src/fileio.c

index 1667b60628cf355fa2b45fe5103972e2a0223ce6..d33cc57c2bbd2b37e7a88747798f8af211e586e0 100644 (file)
@@ -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;