projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41e94b
)
Fix bug in lambda compilation
author
David Vazquez
<davazp@gmail.com>
Sat, 15 Dec 2012 23:53:32 +0000
(23:53 +0000)
committer
David Vazquez
<davazp@gmail.com>
Sat, 15 Dec 2012 23:53:32 +0000
(23:53 +0000)
lispstrack.lisp
patch
|
blob
|
history
diff --git
a/lispstrack.lisp
b/lispstrack.lisp
index
705c089
..
16be306
100644
(file)
--- a/
lispstrack.lisp
+++ b/
lispstrack.lisp
@@
-85,8
+85,8
@@
",")
"){
"
- (concat (ls-compile-block (butlast body) env fenv)
- "return " (ls-compile (car (last body)) env fenv) ";")
+ (concat (ls-compile-block (butlast body) new-env fenv)
+ "return " (ls-compile (car (last body)) new-env fenv) ";")
"
})")))