projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ba5724
)
Ignore /debug on host
author
David Vázquez
<davazp@gmail.com>
Sun, 7 Jul 2013 11:56:36 +0000
(13:56 +0200)
committer
David Vázquez
<davazp@gmail.com>
Sun, 7 Jul 2013 11:56:36 +0000
(13:56 +0200)
src/compat.lisp
patch
|
blob
|
history
diff --git
a/src/compat.lisp
b/src/compat.lisp
index
d682604
..
aeabc42
100644
(file)
--- a/
src/compat.lisp
+++ b/
src/compat.lisp
@@
-46,4
+46,5
@@
(apply #'concatenate 'string strs)))
(defun /debug (x)
- (write-line x))
+ ;; (write-line x)
+ )