vendor/quickutils-package.lisp @ cfcd886113cf

Added tag v1.1.0 for changeset be417a5dcc54
author Steve Losh <steve@stevelosh.com>
date Fri, 20 Jan 2017 23:38:51 +0000
parents d337c4b0c165
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "BEAST.QUICKUTILS")
    (defpackage "BEAST.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use #:cl))))

(in-package "BEAST.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)