projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae73e8
)
Remove duplicated string conversion
author
David Vázquez
<davazp@gmail.com>
Fri, 3 May 2013 13:39:38 +0000
(14:39 +0100)
committer
David Vázquez
<davazp@gmail.com>
Fri, 3 May 2013 13:39:38 +0000
(14:39 +0100)
src/compiler.lisp
patch
|
blob
|
history
diff --git
a/src/compiler.lisp
b/src/compiler.lisp
index
b8623e1
..
7bf3dc9
100644
(file)
--- a/
src/compiler.lisp
+++ b/
src/compiler.lisp
@@
-1571,7
+1571,7
@@
(js!bool (code "(typeof " x " == 'function')")))
(define-builtin write-string (x)
- (code "lisp.write(xstring(" x "))"))
+ (code "lisp.write(" x ")"))
(define-builtin make-array (n)
(js!selfcall