* movemail.c:
* make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
This commit is contained in:
parent
8d8ccf3636
commit
e39a993cce
23 changed files with 67 additions and 768 deletions
|
@ -62,11 +62,7 @@ Boston, MA 02110-1301, USA. */
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue