vendor/quickutils-package.lisp @ bece5a4bffc5
Added tag v1.2.0 for changeset 6f56512ea85a
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 18 Dec 2017 17:51:22 -0500 |
parents |
c3d408862ac3 |
children |
(none) |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "DIGRAPH.QUICKUTILS")
(defpackage "DIGRAPH.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use :cl))))
(in-package "DIGRAPH.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)