vendor/quickutils-package.lisp @ 8cf220c55f13 v1.2.1

Make copy-digraph actually copy the data
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Nov 2018 15:37:35 -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)