summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-04-16 01:50:54 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-04-16 01:50:54 -0700
commit9395eb5b00b1a5486a53c854866fd386256f6afb (patch)
treee97a39022a8300563e2e59f5ee9d0bf42af3439c
parent7b7d3860c369ec66ec97f690211f72cfa7144286 (diff)
downloadtxr-9395eb5b00b1a5486a53c854866fd386256f6afb.tar.gz
txr-9395eb5b00b1a5486a53c854866fd386256f6afb.tar.bz2
txr-9395eb5b00b1a5486a53c854866fd386256f6afb.zip
compiler: stray debug print.
* share/txr/stdlib/compiler.tl (compiler comp-lambda): Stray prinl removed, issued in the rare case when the present flag parameter of an optional parameter is present and is a special var.
-rw-r--r--share/txr/stdlib/compiler.tl1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl
index eea91b62..e76849db 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -866,7 +866,6 @@
(set specials [remq var-sym specials cdr])
^((bindv ,vbind.loc ,me.(get-dreg (car spec-sub)))))
,*(whenlet ((spec-sub [find have-sym specials : cdr]))
- (prinl 'have)
(set specials [remq have-sym specials cdr])
^((bindv ,have-bind.loc ,me.(get-dreg (car spec-sub))))))))))
(benv (if specials (new env up nenv co me) nenv))