vendor/quickutils-package.lisp @ b1532457fd8f default tip

Update to build
author Steve Losh <steve@stevelosh.com>
date Sun, 28 Aug 2022 12:12:14 -0400
parents a750a924e59e
children (none)
(eval-when (:compile-toplevel :load-toplevel :execute)
  (unless (find-package "AP.QUICKUTILS")
    (defpackage "AP.QUICKUTILS"
      (:documentation "Package that contains Quickutil utility functions.")
      (:use :cl))))

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