X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela_GL.lisp;h=b890c25a2f96058e13903a372bb97ac25d3c7910;hb=fd0956a0072b3db8808880bd3d4dbf17d941265d;hp=3548a710e483a7b4a04a73d1f70a5d1ded1bf0fb;hpb=985f70ebe19ce02926a46cf524be1152c29a44f1;p=gacela.git diff --git a/gacela_GL.lisp b/gacela_GL.lisp index 3548a71..b890c25 100644 --- a/gacela_GL.lisp +++ b/gacela_GL.lisp @@ -15,10 +15,10 @@ ;;; along with this program. If not, see . -(when (not (find-package 'gacela)) - (make-package 'gacela :nicknames '(gg) :use '(lisp))) +(eval-when (compile load eval) + (when (not (find-package 'gacela)) (make-package 'gacela :nicknames '(gg) :use '(lisp))) + (in-package 'gacela :nicknames '(gg) :use '(lisp))) -(eval-when (eval) (in-package 'gacela :nicknames '(gg) :use '(lisp))) (defmacro mapcconst (type c-type name) (let ((c-header (concatenate 'string c-type " gacela_" name " (void)"))