~ chicken-core (chicken-5) cd19d7e077f0a6b53c3c804c972ec3738683e9ab
commit cd19d7e077f0a6b53c3c804c972ec3738683e9ab
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Oct 7 09:29:18 2010 -0400
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Oct 7 09:29:38 2010 -0400
typo fix in compiler
diff --git a/compiler.scm b/compiler.scm
index c5323e39..e3d499bd 100644
--- a/compiler.scm
+++ b/compiler.scm
@@ -573,7 +573,7 @@
((##core#inline_loc_ref)
`(##core#inline_loc_ref
,(##sys#strip-syntax (cadr x))
- ,(walk (caddr x) e se dest ldes ht)))
+ ,(walk (caddr x) e se dest ldest h)))
((##core#require-for-syntax)
(let ([ids (map eval (cdr x))])
Trap