vendor/quickutils-package.lisp @ de4030a2d5b9
Initial commit
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 28 Nov 2017 18:48:55 -0500 |
parents |
(none) |
children |
1e155f658715 |
(eval-when (:compile-toplevel :load-toplevel :execute)
(unless (find-package "TRIVIAL-PPM.QUICKUTILS")
(defpackage "TRIVIAL-PPM.QUICKUTILS"
(:documentation "Package that contains Quickutil utility functions.")
(:use :cl))))
(in-package "TRIVIAL-PPM.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)