diff lib-src/make-docfile.c @ 91367:c70e45a7acfd

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:57:28 +0000
parents 606f2d163a64 91da483b3fa5
children
line wrap: on
line diff
--- a/lib-src/make-docfile.c	Wed Jan 30 06:40:42 2008 +0000
+++ b/lib-src/make-docfile.c	Wed Jan 30 07:57:28 2008 +0000
@@ -62,11 +62,7 @@
 #endif /* not DOS_NT */
 
 #ifndef DIRECTORY_SEP
-#ifdef MAC_OS8
-#define DIRECTORY_SEP ':'
-#else  /* not MAC_OS8 */
 #define DIRECTORY_SEP '/'
-#endif	/* not MAC_OS8 */
 #endif
 
 #ifndef IS_DIRECTORY_SEP