diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /lib-src/make-docfile.c | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'lib-src/make-docfile.c')
| -rw-r--r-- | lib-src/make-docfile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 1564aca5bbe..6e22eb857e3 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -62,11 +62,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 62 | #endif /* not DOS_NT */ | 62 | #endif /* not DOS_NT */ |
| 63 | 63 | ||
| 64 | #ifndef DIRECTORY_SEP | 64 | #ifndef DIRECTORY_SEP |
| 65 | #ifdef MAC_OS8 | ||
| 66 | #define DIRECTORY_SEP ':' | ||
| 67 | #else /* not MAC_OS8 */ | ||
| 68 | #define DIRECTORY_SEP '/' | 65 | #define DIRECTORY_SEP '/' |
| 69 | #endif /* not MAC_OS8 */ | ||
| 70 | #endif | 66 | #endif |
| 71 | 67 | ||
| 72 | #ifndef IS_DIRECTORY_SEP | 68 | #ifndef IS_DIRECTORY_SEP |