From 55928174ae2d5aa8c37b010d796f9aed40d06ffb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 9 Nov 1994 20:53:55 +0000 Subject: [PATCH] (Fsubstitute_in_file_name): Add missing #endif. --- src/fileio.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5