From: Richard M. Stallman Date: Wed, 9 Nov 1994 20:53:55 +0000 (+0000) Subject: (Fsubstitute_in_file_name): Add missing #endif. X-Git-Tag: emacs-19.34~5983 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55928174ae2d5aa8c37b010d796f9aed40d06ffb;p=emacs.git (Fsubstitute_in_file_name): Add missing #endif. --- 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;