From ee749990971c7bc1b484c99dae5543b317ef0abf Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Tue, 25 Sep 2018 05:43:01 +0200 Subject: [PATCH] Compiling DEFINE needs DEFINE loaded first. --- build/lisp.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/lisp.tcl b/build/lisp.tcl index 24231d9b..8f197a9a 100644 --- a/build/lisp.tcl +++ b/build/lisp.tcl @@ -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"