From 2aa7a0bbb656763c6f6f38929afcc8441e38c54c Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Tue, 25 Sep 2018 06:40:23 +0200 Subject: [PATCH] For now, don't compile TURTLE or TVRTUE. --- build/lisp.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/lisp.tcl b/build/lisp.tcl index 8f197a9a..bad5180b 100644 --- a/build/lisp.tcl +++ b/build/lisp.tcl @@ -951,7 +951,8 @@ respond "_" "primit\r" respond "_" "print\r" respond "_" "reader\r" respond "_" "setup\r" -respond "_" "tvrtle\r" +#respond "_" "turtle\r" +#respond "_" "tvrtle\r" respond "_" "unedit\r" respond "_" "\032" type ":kill\r"