mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-01 06:12:31 +00:00
Remove OSF1 / DEC3100 platform support. (#36)
This also removes support for the DEC3100 keyboard, but leaves a constant behind for it as I'm not sure about re-numbering. [NBriggs: keyboard type numbers are stored within all sysouts. Do not renumber supported keyboards, do not reuse previously used keyboard numbers]
This commit is contained in:
@@ -58,10 +58,10 @@ extern int errno;
|
||||
is going to expand or not */
|
||||
int Storage_expanded; /* T or NIL */
|
||||
|
||||
/* RISCOS and OSF1 don't have valloc, and malloc works OK there. */
|
||||
#if defined(SYSVONLY) || defined(OSF1) || defined(RISCOS)
|
||||
/* RISCOS doesn't have valloc, and malloc works OK there. */
|
||||
#if defined(SYSVONLY) || defined(RISCOS)
|
||||
#define valloc malloc
|
||||
#endif /* SYSVONLY || OSF1 || RISCOS */
|
||||
#endif /* SYSVONLY || RISCOS */
|
||||
|
||||
/************************************************************************/
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user