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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user