vendor/quickutils-package.lisp @ d0338a96e265
Update URLs
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 23 Dec 2019 16:18:36 -0500 |
parents |
678e161802f5 |
children |
(none) |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "CHANCERY.QUICKUTILS")
(defpackage "CHANCERY.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use :cl))))
(in-package "CHANCERY.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)