1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-26 17:03:20 +00:00

RABBIT output rejected by COMPLR; disable for now.

This commit is contained in:
Lars Brinkhoff
2018-04-13 17:56:18 +02:00
parent a400a22ec6
commit ded1e0e18c

View File

@@ -22,6 +22,8 @@ respond "*" ":link quux;scheme macros, schmac fasl\r"
respond "*" ":link quux;scheme uuohan, schuuo fasl\r"
respond "*" ":lisp scheme (dump)\r"
# Fails the build, disabled for now.
if 0 {
# Rabbit Scheme compiler
respond "*" ":scheme;scheme\r"
respond "==>" {(schload "scheme; rabbit")}
@@ -37,3 +39,4 @@ respond "==>" {(schload "scheme; rabbit fasl")}
respond "==>" "(dumpit)"
respond "Dump anyway" " "
respond "TS RABBIT" "\r"
}