vendor/quickutils-package.lisp @ 77a187682a5d
Commit and finalize the rule splitting stuff Havent committed in a while :(
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Sun, 07 May 2017 16:05:34 +0000 |
| parents | 67daea4e67cb |
| children | (none) |
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "SCULLY.QUICKUTILS") (defpackage "SCULLY.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "SCULLY.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)