vendor/quickutils-package.lisp @ db7fd8486570 v1.0.0
Fix the tests in ABCL
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Sat, 23 Feb 2019 14:34:17 -0500 |
| parents | 1e155f658715 |
| children | (none) |
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "NETPBM.QUICKUTILS") (defpackage "NETPBM.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "NETPBM.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)