vendor/quickutils-package.lisp @ 01ab77c9d46a
Unfuck things
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sat, 07 Jan 2017 19:17:56 +0000 | 
| 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)