vendor/quickutils-package.lisp @ 7e80eda84170
v1.4.0
Add an explicit condition hierarchy
Fixes https://github.com/sjl/cl-digraph/issues/5
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 14 Mar 2021 21:31:34 -0400 |
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)