1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-27 04:12:51 +00:00

Remove some unused DOS defines and variables. (#301)

This commit is contained in:
Bruce Mitchener
2021-01-26 12:38:51 +07:00
committed by GitHub
parent f75318cd8c
commit 91ef549b15
3 changed files with 0 additions and 52 deletions

View File

@@ -152,11 +152,6 @@ register LispPTR tscache asm("bx");
#define PVARL PVar
#define IVARL IVar
#ifdef DOS
extern unsigned char inchar;
extern unsigned short kn;
#endif
#ifdef XWINDOW
extern int Event_Req; /* != 0 when it's time to check X events
on machines that don't get them reliably