1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-18 08:26:02 +00:00

Remove CLX support. (#90)

CLX is a Common Lisp implementation of the X client library.

It has some code in C, which was present here as `src/socket.c`
and `src/socdvr.c`, exposed via opcodes in `src/subr.c`. This code
had been removed (with prejudice apparently) by commenting out
the code in `src/subr.c` with `#if NEVER`.

This code would've been used by the Medley system images, but
that code doesn't appear to be present. (There may or may not
be something related in `XMAS` in the Medley repository.)
This commit is contained in:
Bruce Mitchener
2020-12-20 10:59:41 +07:00
committed by GitHub
parent ecaf50c015
commit 942b22886e
12 changed files with 7 additions and 458 deletions

View File

@@ -29,7 +29,6 @@ s/miscstats\.h/miscstat\.h/g
s/osmessage\.c/osmsg\.c/g
s/osmessage\.h/osmsg\.h/g
s/setsysout\.c/setsout\.c/g
s/socketdvr\.c/socdvr\.c/g
s/usersubrs\.c/usrsubr\.c/g
s/InitXevent\.c/Xinit\.c/g
s/LispWindow\.c/Xlspwin\.c/g