1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-21 16:52:34 +00:00

Compiling DEFINE needs DEFINE loaded first.

This commit is contained in:
Lars Brinkhoff
2018-09-25 05:43:01 +02:00
parent 91ea58e729
commit ee74999097

View File

@@ -933,7 +933,8 @@ respond "*" ":complr\r"
respond "_" "\007"
respond "*" "(load 'ioc)"
expect -re {[0-7]}
respond "\n" "(maklap)"
respond "\n" "(load 'define)"
respond "T" "(maklap)"
respond "_" "define\r"
respond "_" "\032"
type ":kill\r"