aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csc/codegen.csc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csc/codegen.csc')
-rw-r--r--lib/csc/codegen.csc4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csc/codegen.csc b/lib/csc/codegen.csc
index ac5b313..688e3c9 100644
--- a/lib/csc/codegen.csc
+++ b/lib/csc/codegen.csc
@@ -2,8 +2,6 @@
(export
ir2->ir3)
(import (scheme base)
- (only (csc format)
- sprintf)
(only (csc gensym)
gensym
gensym->int)
@@ -211,7 +209,7 @@
((% %tail)
(list
(list 'jmp (list 'label 0))))
- (_ (error "Unexpected form in ir2->bytecode expr"))))
+ (_ (error "Unexpected form in ir2->bytecode" expr))))
(define compare-labels