projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f8c6b0
)
Migrate LAMBDA-CODE
author
David Vázquez
<davazp@gmail.com>
Sun, 23 Jun 2013 19:32:25 +0000
(21:32 +0200)
committer
David Vázquez
<davazp@gmail.com>
Sun, 23 Jun 2013 19:32:25 +0000
(21:32 +0200)
src/compiler.lisp
patch
|
blob
|
history
diff --git
a/src/compiler.lisp
b/src/compiler.lisp
index
1a7c3ad
..
1d9489b
100644
(file)
--- a/
src/compiler.lisp
+++ b/
src/compiler.lisp
@@
-1157,7
+1157,7
@@
`(or (get ,x "plist") ,(ls-compile nil)))
(define-builtin lambda-code (x)
- `(code "make_lisp_string((" ,x ").toString())"))
+ `(call |make_lisp_string| (call (get ,x "toString"))))
(define-builtin eq (x y)
(js!bool `(code "(" ,x " === " ,y ")")))