vendor/quickutils-package.lisp @ f1ad2033144e
Add support for ASCII/Binary PPM files
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Tue, 28 Nov 2017 20:43:25 -0500 |
| parents | de4030a2d5b9 |
| 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)