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