mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +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:
4
src/xc.c
4
src/xc.c
@@ -21,10 +21,6 @@ static char *id = "$Id: xc.c,v 1.4 2001/12/26 22:17:06 sybalsky Exp $ Copyright
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
#ifdef OSF1
|
||||
#include "time.h"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#ifdef DOS
|
||||
#include <i32.h> /* Defines "#pragma interrupt" */
|
||||
|
||||
Reference in New Issue
Block a user