From 154edd7cdae01fd0bd3ebcea05ebc6730f5ee8dd Mon Sep 17 00:00:00 2001 From: David Vazquez Date: Thu, 20 Dec 2012 19:09:16 +0000 Subject: [PATCH] Use *newline* instead of literal strings --- test.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.lisp b/test.lisp index 3676a91..1ab9640 100644 --- 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 -- 1.7.10.4