X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_misc.lisp;h=e19f3a2fe5e4aa0213ee8fd9e7710ff312109244;hb=6a3d1ffb69036e6d4f1c239fd7d52f9bfc48d50c;hp=bd7027a182b4fcbf773ad84f203e26e02e91faca;hpb=6804b1518f1d390f23220626028989b4bc8e8c59;p=gacela.git diff --git a/gacela_misc.lisp b/gacela_misc.lisp index bd7027a..e19f3a2 100755 --- a/gacela_misc.lisp +++ b/gacela_misc.lisp @@ -14,7 +14,11 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . -(in-package :gacela) + +(eval-when (compile load eval) + (when (not (find-package 'gacela)) (make-package 'gacela :nicknames '(gg) :use '(lisp))) + (in-package 'gacela :nicknames '(gg) :use '(lisp))) + (defconstant INFINITY MOST-POSITIVE-LONG-FLOAT)