]> git.jsancho.org Git - gacela.git/blobdiff - gacela_misc.lisp
(no commit message)
[gacela.git] / gacela_misc.lisp
index 0785af78cb07b8273216faf180fcd7ca1626584f..e19f3a2fe5e4aa0213ee8fd9e7710ff312109244 100755 (executable)
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+
+(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)
 
 (defun append-if (new test tree &key (key #'first) (test-if #'equal))