projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bce67f
)
Use *newline* instead of literal strings
author
David Vazquez
<davazp@gmail.com>
Thu, 20 Dec 2012 19:09:16 +0000
(19:09 +0000)
committer
David Vazquez
<davazp@gmail.com>
Thu, 20 Dec 2012 19:09:16 +0000
(19:09 +0000)
test.lisp
patch
|
blob
|
history
diff --git
a/test.lisp
b/test.lisp
index
3676a91
..
1ab9640
100644
(file)
--- a/
test.lisp
+++ b/
test.lisp
@@
-516,8
+516,8
@@
(remove nil (mapcar (lambda (x)
(ls-compile x env fenv))
sexps))
- ";
-"))
+ (concat ";" *newline*)))
+
(defmacro define-compilation (name args &rest body)
;; Creates a new primitive `name' with parameters args and
;; @body. The body can access to the local environment through the