projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4213742
)
Migrate GET-INTERNAL-REAL-TIME
author
David Vázquez
<davazp@gmail.com>
Mon, 24 Jun 2013 11:20:04 +0000
(13:20 +0200)
committer
David Vázquez
<davazp@gmail.com>
Mon, 24 Jun 2013 11:20:04 +0000
(13:20 +0200)
src/compiler.lisp
patch
|
blob
|
history
diff --git
a/src/compiler.lisp
b/src/compiler.lisp
index
e9ee752
..
86fc874
100644
(file)
--- a/
src/compiler.lisp
+++ b/
src/compiler.lisp
@@
-1286,7
+1286,7
@@
`(return r)))
(define-builtin get-internal-real-time ()
- "(new Date()).getTime()")
+ `(call (get (new (call Date)) "getTime")))
(define-builtin values-array (array)
(if *multiple-value-p*