From: espen Date: Mon, 14 Jan 2002 01:16:08 +0000 (+0000) Subject: Changed to use symbols from the CLG-SYSTEM package X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/b2bea410be9b14ef1e81f8b09ad0983fbc2f57db?hp=2a02c4486e18fec64cfa74b4af7fcc05137f7445 Changed to use symbols from the CLG-SYSTEM package --- diff --git a/glib/gtype.lisp b/glib/gtype.lisp index 6cab228..13c5c7e 100644 --- a/glib/gtype.lisp +++ b/glib/gtype.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gtype.lisp,v 1.13 2001-11-12 22:24:29 espen Exp $ +;; $Id: gtype.lisp,v 1.14 2002-01-14 01:16:08 espen Exp $ (in-package "GLIB") @@ -139,7 +139,7 @@ (defun %init-types-in-library (pathname ignore) (defmacro init-types-in-library (filename &key ignore) (%init-types-in-library - (format nil "~A/~A" user::gtk-library-path filename) ignore)) + (format nil "~A/~A" *gtk-library-path* filename) ignore))