1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-28 20:41:30 +00:00

Remove SGI Irix platform support. (#33)

This platform had no emulation-related changes.

Remove code for IRIX40, INDIGO definitions.

In disk code, simplify a chain of #ifdef's around fsync handling.
This commit is contained in:
Bruce Mitchener
2020-12-13 09:57:07 +07:00
committed by GitHub
parent 1c28005420
commit 750d84c78c
17 changed files with 10 additions and 298 deletions

View File

@@ -242,8 +242,6 @@ LispPTR unix_getparm(LispPTR *args) {
envvalue = "hp9000";
#elif defined(ISC)
envvalue = "i386";
#elif defined(INDIGO)
envvalue = "mips";
#elif defined(RISCOS)
envvalue = "mips";
#elif defined(DOS)
@@ -265,8 +263,6 @@ LispPTR unix_getparm(LispPTR *args) {
envvalue = "hp9000";
#elif defined(ISC)
envvalue = "i386";
#elif defined(INDIGO)
envvalue = "mips";
#elif defined(RISCOS)
envvalue = "mips";
#elif defined(DOS)