From 85868d6dcf0d999fae93a900adc75947814cac4c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 6 Apr 2013 14:43:31 +0200 Subject: Move the export to package definition That's where it belongs. --- lisp/clark.lisp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/clark.lisp') diff --git a/lisp/clark.lisp b/lisp/clark.lisp index 784cecb..c32edc2 100644 --- a/lisp/clark.lisp +++ b/lisp/clark.lisp @@ -19,8 +19,6 @@ (in-package :org.ryuslash.clark) -(export '(clark)) - (defmacro sql (&body body) (apply 'concatenate 'string (mapcar (lambda (itm) (format nil "~A " itm)) body))) -- cgit v1.2.3-54-g00ecf