projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3b974
)
Fix (/ N)
author
David Vázquez
<davazp@gmail.com>
Sun, 20 Jan 2013 17:29:32 +0000
(17:29 +0000)
committer
David Vázquez
<davazp@gmail.com>
Sun, 20 Jan 2013 17:29:32 +0000
(17:29 +0000)
ecmalisp.lisp
patch
|
blob
|
history
diff --git
a/ecmalisp.lisp
b/ecmalisp.lisp
index
0258d41
..
d485335
100644
(file)
--- a/
ecmalisp.lisp
+++ b/
ecmalisp.lisp
@@
-1600,7
+1600,7
@@
(let ((args (cons x others)))
(variable-arity args
(if (null others)
- (concat "/" (car args))
+ (concat "1 /" (car args))
(join args "/")))))
(define-builtin mod (x y) (num-op-num x "%" y))