fixes typos and a missing reference.
[maxima.git] / share / minpack / load-minpack.lisp
blob377616b6bb6fd865a7189afe080332c1343292b6
1 (in-package #-gcl #:maxima #+GCL "MAXIMA")
3 #+(or ecl abcl) ($load "lisp-utils/defsystem.lisp")
5 (load (merge-pathnames (make-pathname :name "minpack" :type "system") (maxima-load-pathname-directory)))
7 (mk:oos "minpack-interface" :compile)