vendor/quickutils-package.lisp @ 04099eeb54c0
Dammit ECL
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 09 Nov 2018 21:56:55 -0500 |
parents |
498989a23d4d |
children |
(none) |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "CACL.QUICKUTILS")
(defpackage "CACL.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use :cl))))
(in-package "CACL.QUICKUTILS")
;; need to define this here so sbcl will shut the hell up about it being
;; undefined when compiling quickutils.lisp. computers are trash.
(defparameter *utilities* nil)