summaryrefslogtreecommitdiff
path: root/Sacla/data-and-control.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Sacla/data-and-control.lisp')
-rw-r--r--Sacla/data-and-control.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sacla/data-and-control.lisp b/Sacla/data-and-control.lisp
index cea7493..236440b 100644
--- a/Sacla/data-and-control.lisp
+++ b/Sacla/data-and-control.lisp
@@ -26,6 +26,9 @@
;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
;; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+(in-package #:common-lisp)
+
+
(defun expand-case (keyform clauses &key (test #'eql))
(let ((key (gensym))
(last (car (last clauses))))