1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-03 15:13:03 +00:00

Remove platform support for Apollo/Domain. (#30)

This commit is contained in:
Bruce Mitchener
2020-12-13 09:07:08 +07:00
committed by GitHub
parent 69e66470a0
commit 292809694e
15 changed files with 5 additions and 137 deletions

View File

@@ -322,7 +322,7 @@ void getsignaldata(int sig, int code, void *scp)
#endif
#ifdef XWINDOW
#if (defined(APOLLO) || defined(sun))
#if defined(sun)
if (Event_Req) {
if (!XLocked++)
getXsignaldata(currentdsp);